我正在本地系统上的python中执行Map reduce程序并得到以下错误:
Password:Traceback (most recent call last):
File "./wordcount_mapper.py", line 7, in <module>
filename = os.environ["mapreduce_map_input_file"]
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: 'mapreduce_map_input_file'
答案 0 :(得分:0)
检查您的环境变量mapreduce_map_input_file
以查看它是否已设置。
在终端中输入echo $mapreduce_map_input_file
。如果没有设置,终端不会打印任何内容。