2015-04-26 22:08:47 -07:00
..
2015-03-13 22:27:36 -07:00
2015-03-11 13:27:23 -07:00
2015-03-11 13:27:23 -07:00
2015-04-26 22:08:47 -07:00
2015-03-26 23:26:30 -07:00
2015-03-21 00:35:30 -07:00
2015-03-10 15:26:40 -07:00

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