Launch Hadoop MapReduce job via Python without PuTTy/SSH
问题 I have been running Hadoop MapReduce jobs by logging into SSH via PuTTy which requires that I enter Host Name/IP address, Login name and password into PuTTY in order to get the SSH command line window. Once in the SSH console window, I then provide the appropriate MR commands, such as: hadoop jar /usr/lib/hadoop-0.20-mapreduce/contrib/streaming/hadoop-streaming-2.0.0-mr1-cdh4.0.1.jar -file /nfs_home/appers/user1/mapper.py -file /nfs_home/appers/user1/reducer.py -mapper '/usr/lib/python_2.7.3