我正在使用基于Rhipe
的{{1}}进行一些数据分析,但似乎Hadoop
功能无效。
rhput()
然后,我发现'/ RHIPE / input /'位于本地根目录下,而不是hdfs'目录:
library(Rhipe)
Loading required package: codetools
Loading required package: rJava
------------------------------------------------
| Please call rhinit() else RHIPE will not run |
------------------------------------------------
rhinit()
Rhipe: Using Rhipe.jar file
Initializing Rhipe v0.75.1
2015-10-14 19:07:38,429 WARN [main][NativeCodeLoader] Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Initializing mapfile caches
rhput('/home/hadoop/downloads/user.txt','/RHIPE/input/')
HDFS下没有'/ RHIPE / input'。
答案 0 :(得分:0)
我得到了答案,HADOOP_CONF_DIR必须设置为hadoop的core-site.xml和其他* -site.xml文件所在的目录。