-
Notifications
You must be signed in to change notification settings - Fork 149
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
rmr2 mapreduce does not produce any output #179
Comments
I figured this out now. I installed rmr2 from within RStudio and somehow the library was not available to the script even though the mapreduce function seems to run successfully. I was surprised that in one of the logs, I read that rmr2 was not found, but the script still gave me a _SUCCESS! I eventually installed rmr2 fresh in R (using sudo R), with the required packages, reshape2 and caTools, and everything seems to work fine now. |
Hey @byu777 , I am facing the same problem. Can you please help me out with this? I tried installing rmr2 using R CMD but the output is still the same. |
Hi byu777/VJ-Vikvy, , any luck to solve this issue. I a, also facing the same issue. |
Hey @Surender1984 , Please install the RMR2 package using:
But before doing that install all the required packages, as root user this will solve your issue. Please let me know if you face any issues. Also, I think RMR2 and RHDFS is dead and we need to switch to Spark. What are your opinion on this? |
@byu777 Problem still not solved for me :( Code :
|
@sharwinbobde Please install the RMR2 package using:
But before doing that install all the required packages, as root user this will solve your issue. Please let me know if you face any issues. |
I tried the following simple script on rmr2 in Cloudera Quickstart 5.7.0 but mapreduce does not generate any results. Here is the script:
Here is the output:
to.dfs and from.dfs do work since I tried the following:
The text was updated successfully, but these errors were encountered: