tqchen 9ccbeaa8f0 Merge commit '75bf97b57539e5572e7ae8eba72bac6562c63c07'
Conflicts:
	subtree/rabit/rabit-learn/io/line_split-inl.h
	subtree/rabit/yarn/build.sh
2015-03-21 00:48:34 -07:00

600 B

Trackers

This folder contains tracker scripts that can be used to submit yarn jobs to different platforms, the example guidelines are in the script themselfs

Supported Platforms

  • Local demo: rabit_demo.py
  • MPI: rabit_mpi.py
  • Yarn (Hadoop): rabit_yarn.py
    • It is also possible to submit via hadoop streaming with rabit_hadoop_streaming.py
    • However, it is higly recommended to use rabit_yarn.py because this will allocate resources more precisely and fits machine learning scenarios
  • Sun Grid engine: rabit_sge.py