zenonlpc
zenonlpc
Thanks Elbamos I will try install zeppelin with just -Pr The spark is installed on EMR cluster by default and it is external to zeppelin. How can I set the...
Hello Elbamos I tried install zeppeln with just -Pr mvn clean package -Pr -DskipTests And set the spark_home in zeppelin-env.sh as below: export MASTER= export HADOOP_HOME=/usr/lib/hadoop export SPARK_HOME=/usr/lib/spark export HADOOP_CONF_DIR=/etc/hadoop/conf...
Hello Elbamos I already get the regular spark interpreter working before here is the maven complie command I used : mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0 -Phadoop-2.6 -Pyarn -DskipTests And the...
Hello Elbamos I misunderstood you, I will try make R working with spark first not with Yarn. Should I compile zeppelin using this command: mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0 -Phadoop-2.6...
Hello Elbamos I tried your suggestion again with following command and configuration: mvn clean package -Pyarn -Pr -DskipTests > export MASTER=yarn-client > export HADOOP_HOME=/usr/lib/hadoop > export SPARK_HOME=/usr/lib/spark > export HADOOP_CONF_DIR=/etc/hadoop/conf...
Thanks Akshay I will try that. On Mon, May 16, 2016 at 12:15 PM, Akshay Prakash [email protected] wrote: > I think your spark master should be set to > (For...
Hello Akshay I did a list instances command on my EMR cluster master node, here is the result: { "Instances": [ { "Status": { "Timeline": { "ReadyDateTime": 1463419008.136, "CreationDateTime": 1463418705.629...
Hello guys I tried Akshay's suggestion, but it still didn't work for me. Compiled just R in zeppelin: mvn clean package -Pr -DskipTests Configuration for zeppelin : export MASTER=spark://ip-172-31-59-226.ec2.internal export...
Hello Akshay After adding the port to spark master URL and restarting the zeppelin server, I got this error when running R command: org.apache.thrift.transport.TTransportException at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86) at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:429)...
Hello guys Thanks for helping me on this issue, really appreciated your time and effort. Instead of piece of information, I want to give all the information so you might...