Skip to content

Instantly share code, notes, and snippets.

@byronyi
Created December 29, 2015 06:49
Show Gist options
  • Select an option

  • Save byronyi/bba8fcc2c162c3a4eb82 to your computer and use it in GitHub Desktop.

Select an option

Save byronyi/bba8fcc2c162c3a4eb82 to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000/</value>
</property>
<property>
<name>angel.job.libjars</name>
<value>file:///Users/byronyi/Develop/angel/target/ml-0.0.1-SNAPSHOT.jar,file:///Users/byronyi/Develop/angel/lib/SizeOf-1.0.jar</value>
</property>
<property>
<name>angel.am.env</name>
<value>HADOOP_HOME=/usr/local/opt/hadoop/libexec</value>
</property>
<property>
<name>mapreduce.input.fileinputformat.inputdir</name>
<value>hdfs:///input</value>
</property>
<property>
<name>angel.output.path</name>
<value>hdfs:///output</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment