Squashed 'subtree/rabit/' changes from 16975b4..b15f6cd
b15f6cdrabit unifires with dmlc5634ec3ok2dd6c2fMerge branch 'master' of ssh://github.com/dmlc/rabit38d7f99checkin wormhole spliter8acb96aMerge pull request #10 from ryanzz/master911a1f0fixed a mistake732d8c3inteface changing684ea0ainteface changing8cb4c02add dmlc supportbe2ff70allow adapting wormhole git-subtree-dir: subtree/rabit git-subtree-split:b15f6cd2ac
This commit is contained in:
@@ -12,7 +12,7 @@ hadoop fs -mkdir $2/data
|
||||
hadoop fs -put ../data/agaricus.txt.train $2/data
|
||||
|
||||
# submit to hadoop
|
||||
../../tracker/rabit_yarn.py -n $1 --vcores 1 ./linear.rabit hdfs://$2/data/agaricus.txt.train model_out=hdfs://$2/mushroom.linear.model "${*:3}"
|
||||
../../wormhole/tracker/dmlc_yarn.py -n $1 --vcores 1 ./linear.rabit hdfs://$2/data/agaricus.txt.train model_out=hdfs://$2/mushroom.linear.model "${*:3}"
|
||||
|
||||
# get the final model file
|
||||
hadoop fs -get $2/mushroom.linear.model ./linear.model
|
||||
|
||||
Reference in New Issue
Block a user