我試圖在CDH4環境中配置RHive。 在R中讀取包'RHive'時,下面的錯誤被返回。 我猜這是由於錯誤的家園。 如果是這樣,那麼正確的是什麼? 或者如果這不是原因,那有什麼問題?CDH4中的Hadoop和Hive Homes
任何幫助將不勝感激。
謝謝。
> Sys.setenv(HIVE_HOME="/etc/hive")
> Sys.setenv(HADOOP_HOME="/etc/hadoop")
> library(RHive)
Loading required package: rJava
Loading required package: Rserve
This is RHive 0.0-7. For overview type '?RHive'.
HIVE_HOME=/etc/hive
[1] "there is no slaves file of HADOOP. so you should pass hosts argument when you call rhive.connect()."
Error : .onLoad failed in loadNamespace() for 'RHive', details:
call: .jnew("org/apache/hadoop/conf/Configuration")
error: java.lang.ClassNotFoundException
In addition: Warning message:
In file(file, "rt") :
cannot open file '/etc/hadoop/conf/slaves': No such file or directory
Error: package/namespace load failed for 'RHive'
似乎很自我解釋。您缺少指定集羣中哪些節點的「從屬」文件。 – greedybuddha