Re: build r-intepreter

2016-04-14 Thread Patcharee Thongtra
Yes, I did not install R. Stupid me. Thanks for your guide! BR, Patcharee On 04/13/2016 08:23 PM, Eric Charles wrote: Can you post the full stacktrace you have (look also at the log file)? Did you install R on your machine? SPARK_HOME is optional. On 13/04/16 15:39, Patcharee Thongtra wrote:

Re: build r-intepreter

2016-04-13 Thread Eric Charles
Can you post the full stacktrace you have (look also at the log file)? Did you install R on your machine? SPARK_HOME is optional. On 13/04/16 15:39, Patcharee Thongtra wrote: Hi, When I ran R notebook example, I got these errors in the logs: - Caused by: org.apache.zeppelin.interpreter.Inter

Re: build r-intepreter

2016-04-13 Thread Patcharee Thongtra
Hi, When I ran R notebook example, I got these errors in the logs: - Caused by: org.apache.zeppelin.interpreter.InterpreterException: sparkr is not responding - Caused by: org.apache.thrift.transport.TTransportException I did not config SPARK_HOME so far, and intended to use the embedded sp

build r-intepreter

2016-04-13 Thread Patcharee Thongtra
Hi, I have been struggling with R interpreter / SparkR interpreter. Is below the right command to build zeppelin with R interpreter / SparkR interpreter? mvn clean package -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark -Psparkr BR, Patcharee