ImportError:没有名为happybase的模块

时间:2014-08-13 18:36:17

标签: python mapreduce hbase happybase

我有一个mapreduce程序,使用happybase连接到Hbase。我收到以下错误
档案

/hadoop/yarn/local/usercache/aprakash/appcache/application_1407169690715_0025/container_1407169690715_0025_01_000002/./testhappybase.py, line 9, in <module>
import happybase
ImportError: No module named happybase

当我独立运行程序时,我可以导入happybase。下面的命令显示了我如何运行我的hadoop作业

hadoop jar /usr/lib/hadoop-mapreduce/hadoop-streaming.jar -file
/home/aprakash/testhappybase.py -mapper /home/aprakash/testhappybase.py -file 
/home/aprakash/workspace/reducer.py -reducer /home/aprakash/workspace/reducer.py -input 
/user/aprakash/flume-channel/apache_access_combined/* -output /user/aprakash/flume-channel-output2  

我在/usr/local/lib/python2.7/site-packages/happybase

下看到了happybase模块

1 个答案:

答案 0 :(得分:1)

也许执行地图减少作业的机器没有安装Happybase?