Skip to content

Commit

Permalink
Merge pull request apache#35 from Shopify/fix_topology
Browse files Browse the repository at this point in the history
sed magic to change property for toplogy
  • Loading branch information
dklassen committed Dec 12, 2014
2 parents 5e49c13 + ea727cd commit edebda3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/get_config
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ rm -rf $CONFIG_PATH
mkdir $CONFIG_PATH
curl -o /tmp/cloudera_configs.zip http://util-ng.chi.shopify.com:7180/cmf/services/47/client-config
unzip -j /tmp/cloudera_configs.zip -d $CONFIG_PATH

# We need to replace some properties that are only needed by the cluster
sed -i '' -e 's/\/etc\/hadoop.*</Data Rocks!</g' $CONFIG_PATH/core-site.xml

0 comments on commit edebda3

Please sign in to comment.