Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Adding hadoop config for Pivotal HD 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Dec 22, 2015
1 parent 12ef9b3 commit e6f0cb3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions hadoop-config/phd301/hadoop-site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>

<configuration>

<!-- Pivotal HD 3.0 -->
<property>
<description>Java opts for the MR App Master processes.</description>
<name>yarn.app.mapreduce.am.command-opts</name>
<value>-Dstack.name=phd -Dstack.version=3.0.1.0-1</value>
</property>

<property>
<name>mapreduce.application.classpath</name>
<value>$PWD/mr-framework/hadoop/share/hadoop/mapreduce/*:$PWD/mr-framework/hadoop/share/hadoop/mapreduce/lib/*:$PWD/mr-framework/hadoop/share/hadoop/common/*:$PWD/mr-framework/hadoop/share/hadoop/common/lib/*:$PWD/mr-framework/hadoop/share/hadoop/yarn/*:$PWD/mr-framework/hadoop/share/hadoop/yarn/lib/*:$PWD/mr-framework/hadoop/share/hadoop/hdfs/*:$PWD/mr-framework/hadoop/share/hadoop/hdfs/lib/*:/etc/hadoop/conf/secure</value>
</property>

<property>
<name>mapreduce.application.framework.path</name>
<value>/phd/apps/3.0.1.0-1/mapreduce/mapreduce.tar.gz#mr-framework</value>
</property>

</configuration>

0 comments on commit e6f0cb3

Please sign in to comment.