filepath = os.environ["map_input_file"]
filename = os.path.split(filepath)[-1]
hadoop jar hadoop-streaming-1.2.1.jar -D mapreduce.job.name="grep" -D stream.non.zero.exit.is.failure=false -mapper "grep $1" -numReduceTasks 0 -input /INPUT -output /OUTPUT
原文:https://www.cnblogs.com/baisheng/p/12629672.html