Any node that can run a task and one computer to use as master (could be one of the nodes but probably better to be separate, because of load balancing reasons).
I have installed R and RHadoop on all of my data nodes, I am wondering if I should install them on name nodes(primary and 2nd ) as well?
--
post: rha...@googlegroups.com ||
unsubscribe: rhadoop+u...@googlegroups.com ||
web: https://groups.google.com/d/forum/rhadoop?hl=en-US
---
You received this message because you are subscribed to the Google Groups "RHadoop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rhadoop+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The following objects are masked from ‘package:base’:
as.Date, as.Date.numeric
Loading required package: timeDate
Loading required package: methods
This is forecast 5.4
Loading required package: rhdfs
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/usr/lib64/R/library/rJava/libs/rJava.so':
libjvm.so: cannot open shared object file: No such file or directory
Failed with error: ‘package ‘rJava’ could not be loaded’
Warning in FUN(c("forecast", "timeDate", "zoo", "rhdfs", "rJava", "rmr2", :
can't load rhdfs
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/usr/lib64/R/library/rJava/libs/rJava.so':
libjvm.so: cannot open shared object file: No such file or directory
Warning in FUN(c("forecast", "timeDate", "zoo", "rhdfs", "rJava", "rmr2", :
can't load rJava
Loading required package: rmr2
Loading required package: Rcpp
Loading required package: RJSONIO
Loading required package: bitops
Loading required package: digest
Loading required package: reshape2
Loading required package: stringr
Loading required package: plyr
Loading required package: caTools
sh: cat: command not found
Error in writeBin(.Call("typedbytes_writer", objects, native, PACKAGE = "rmr2"), :
ignoring SIGPIPE signal
Calls: <Anonymous> ... keyval.writer -> <Anonymous> -> typedbytes.writer -> writeBin
No traceback available
Error during wrapup:
Execution halted
sh: rm: command not found
java.lang.RuntimeException: PipeMapRed.waitOutputThreads(): subprocess failed with code 1
at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:362)
at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:572)
at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:136)
at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)
at org.apache.hadoop.streaming.PipeMapRunner.run(PipeMapRunner.java:34)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:417)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:332)
at org.apache.hadoop.mapred.Child$4.run(Child.java:268)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1438)
at org.apache.hadoop.mapred.Child.main(Child.java:262)