1

I would like to know if there is a method for running MapReduce Job into a Hadoop remote cluster. In my University there is a cluster which has Hadoop installed, so I have been learning MapReduce for distributing Machine Learning jobs. However, I have not found explicit information for running MapReduce job's in a remote machine that is not Amazon MR. There is some tutorial at least for running python MR in a remote machine?

Thank you in advance.

Ashrith
  • 6,745
  • 2
  • 29
  • 36
Nacho
  • 792
  • 1
  • 5
  • 23
  • The easiest possible way is connect to cluster via SSH and run jobs using bash – maxteneff Sep 25 '15 at 09:25
  • Thank you @maxteneff, I think it is the most convenient choice for now. Probably I could design a MrJob generic extension as future work. – Nacho Oct 13 '15 at 21:30

0 Answers0