-
Notifications
You must be signed in to change notification settings - Fork 28
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 in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, ... on simple mr job execution #45
Comments
Interesting. Sorry for the delay. Can you try manually running the code in that test case (https://github.com/delta-rho/RHIPE/blob/master/src/test/R/install-test/test-c-simple-mr.R). Then you should be able to see more output that might help get to the bottom of the issue. If this is a fresh installation, it most likely is some configuration issue. |
Ok, I deleted my virtual machine with the original installation. I have prepared again an Ubuntu 16 VM with Hadoop 2.6.0 installation, open-jdk 1.7.0, protobuf 2.5.0 and Rhipe 0.75.2. Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : This error is thrown in the execution of: res <- try(rhwatch( |
I have same issue, can you help me? @cpgonzal |
Hi, @dufeng1010 I didn't get a succesful execution in the moment that I was working with this library. I'm now working with other libraries (SparkR)... |
OK, thanks @cpgonzal |
See the related issue from the official RHipe repo in delta-rho/RHIPE#45
See the related issue from the official RHipe repo in delta-rho/RHIPE#45
Hi, I have installed Rhipe in Ubuntu 16 and I have problems when I execute the following:
library(testthat)
test_package("Rhipe","simple")
The following error is obtained:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.io.FileNotFoundException: File does not exist: /tmp/rhipeTest/irisMax
12
Warnings -----------------------------------------------------------------------
Failed -------------------------------------------------------------------------
mr job ran successfully isn't true.
Any help would be appreciated!! Thanks
The text was updated successfully, but these errors were encountered: