注册
登录
Hadoop
>>
hadoop-python-wordCount
>>
返回
项目作者:
Irhu007
项目描述 :
Hadoop Streaming API
高级语言:
Python
项目主页:
项目地址:
git://github.com/Irhu007/hadoop-python-wordCount.git
创建时间:
2018-05-31T16:11:27Z
项目社区:
https://github.com/Irhu007/hadoop-python-wordCount
开源协议:
下载
hadoop jar /hadoop-streaming-2.8.4.jar -mapper “python wordcount_mapper.py” -reducer “python wordcount_reducer.py” -input testfile -output /user/hduser/test3