You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everybody,
I succeeded run Hadoop jar,
yarn jar $YARN_EXAMPLES/hadoop-mapreduce-examples-3.1.0.jar pi 2 4
It gives the results. That means the mapreduce job is successful.
However, when I run it in R
from.dfs(mapreduce(input = to.dfs(1:10), map = function(k,v) keyval(v, v^2)))
It always returns NULL of key and val. The other wordcount mapreduce also brings me a NULL value of val and key.
Please help me to find out a solution for such issue.
Thank you very much!
The text was updated successfully, but these errors were encountered:
hi everybody,
I succeeded run Hadoop jar,
yarn jar $YARN_EXAMPLES/hadoop-mapreduce-examples-3.1.0.jar pi 2 4
It gives the results. That means the mapreduce job is successful.
However, when I run it in R
from.dfs(mapreduce(input = to.dfs(1:10), map = function(k,v) keyval(v, v^2)))
It always returns NULL of key and val. The other wordcount mapreduce also brings me a NULL value of val and key.
Please help me to find out a solution for such issue.
Thank you very much!
The text was updated successfully, but these errors were encountered: