Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: analytically/hadoop-ansible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coderfi/hadoop-ansible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 24 files changed
  • 1 contributor

Commits on Feb 20, 2014

  1. - added Debian Wheezy specific installation scripts

    - now configures using the eth1 ip address (instead of eth0), this makes
      it easier to install when using a Vagrant vm
    - moved hosts to hosts.sample, updated README.md to specify customizing
      this file
    - moved group_vars/all to group_vars/all.sample, updated README.md to
      specify customizing this file
    - added boostrap.sh and site.sh safety checks to make sure the sample files were created
    - added other safety checks in case things are run twice
    coderfi committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    6431b3a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Took out hardcoded ['ansible_eth1']['ipv4] references and restored pr…

    …evious ['ansible_default_ipv4'] instead
    
    It's probably better to figure out how to tell ansible (or in my usage case, Vagrant) how to set ansible_default_ipv4 properly anyway.
    Fixed bootstrap/.gitignore, now ignores bootstrap/hosts. Added bootstrap/hosts.sample (see docs)
    coderfi committed Feb 26, 2014
    Configuration menu
    Copy the full SHA
    ac203ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce375da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2bf7a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2014

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	group_vars/all.sample
    	roles/cdh_hadoop_config/tasks/main.yml
    	roles/cdh_hbase_config/templates/regionservers
    	roles/common/tasks/main.yml
    	roles/common/templates/hosts
    	roles/oracle_jdk/files/install_debian_webupd8team_repo.sh
    	roles/oracle_jdk/tasks/main.yml
    	roles/presto_common/tasks/main.yml
    	roles/td_agent/files/install_debian_libssl0.9.8.sh
    	roles/td_agent/tasks/main.yml
    	roles/td_agent/templates/td-agent.conf
    	site.sh
    coderfi committed Apr 27, 2014
    Configuration menu
    Copy the full SHA
    d9a7501 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2014

  1. put back hosts (per pull request comments)

    added some documentation entries
    coderfi committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    063c224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd343e5 View commit details
    Browse the repository at this point in the history
Loading