R Hive安装问题及排查
我正在尝试使用 R 进行分布式文本挖掘。第一步是让 Hive 在本地计算机上的 R 上运行。
所以我执行了以下步骤:
- 在本地计算机上安装 Hadoop
- 在本地计算机上启动 R。并安装了rJava和Hive
我遇到的主要问题是R的rJava和Hive使用的Java库与Hadoop使用的不同。
rJava uses java-6-openjdk
hadoop uses java-6-sun
你遇到过这个问题吗?有线索吗?
I am trying to use R for distributed text mining. The first step is to get Hive working on R on local machine.
So I executed the following steps:
- Installed Hadoop on local machine
- Launched R on the local machine. And installed rJava and Hive
The main problem I am running into is that Java libraries used by R's rJava and Hive are different than the ones used by Hadoop.
rJava uses java-6-openjdk
hadoop uses java-6-sun
Have you encountered this problem? Any leads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你为什么不使用Rhipe?这是一个更好的选择...请查看http://groups.google。 com/group/brumail/browse_thread/thread/e403db404f039e31# 这里我使用的是Rhipe 0.63,但是是最新版本0.66,运行作业时,您需要在 rhoptions 函数中指定库 imperious.so 的位置。
Why dont you use Rhipe? Its a better option...check out this http://groups.google.com/group/brumail/browse_thread/thread/e403db404f039e31# Here i have used Rhipe 0.63, but in the latest version 0.66, while running the job you need to specify the location of library imperious.so in rhoptions function.