Created
December 29, 2015 06:49
-
-
Save byronyi/bba8fcc2c162c3a4eb82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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