-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running hdfs.init() #3
Comments
Sounds like a Hadoop configuration issue. What does your hadoop classpath look like on the node that fails? Can you access hdfs on that node using the hadoop command line? |
I am able to run jps in master node and get and similarly jps in slave node Also, I am able to access the hdfs file from slave node using |
How are you invoking rhdfs? From a standard R console or from some other process? what does your hadoop classpath look like? |
Hi All, I too face the same issue and resolved by reconfiguring the Java for R by simple command in Linux CentOS 6.2. $R CMD javareconf Thanks, |
Please follow steps below from R shell after installing rhdfs and configuring java using R CMD javareconf
|
Opened on behalf of @yoonus786
Hi, I am able to run hdfs.init() in master node. But I am getting error when I am running in the slave node.
hdfs.init()
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.io.IOException: failure to login
Please let me know what will be the problem here.
Thanks,
Yoonus
The text was updated successfully, but these errors were encountered: