Re: Using scala variables in html

2015-07-22 Thread Wood, Dean Jr (GE Oil & Gas)
That is what I am trying. When I package it and it is simply loading a .html file with all the data in, it will plot. If I package the jar which uses variables to input the data, it only prints the html to screen and doesn't plot. I'm currently without my computer as I fried the logic board but

Re: running a paragraph returns some stack trace

2015-07-22 Thread felixcheung_m
Look for the log files? There should be more info there On Tue, Jul 21, 2015 at 10:04 AM -0700, "IT CTO" wrote: Have you checked the java version between all of your servers? On Tue, Jul 21, 2015 at 2:54 PM Nitay Itzhacky wrote: > Hi, > > I am trying to run paragraphs on zeppelin, and I g

Re: a small question about zeppelin-manager

2015-07-22 Thread Alexander Bezzubov
Hi, those are very valid steps indeed and you do not need to build custom spark version. Hope this helps! On Tue, Jul 21, 2015 at 7:46 PM, 江之源 wrote: > hi > To install the zeppelin with z-manager is a helpless method, because i > install the zeppelin in manually way and failed.I have tried many

unsuscribe

2015-07-22 Thread Villanueva Jimenez, Daniel
Daniel Villanueva Jiménez Soluciones Tecnológicas / Business Intelligence Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, qu

Re: a small question about zeppelin-manager

2015-07-22 Thread 江之源
ok it works! 3q And i have an another question about shell The shell could work when type some simple commands.but it couldn’t work when i wanna to start a spark shell or spark submit even the sudo command. I wanna know the shell interpreter’s limit. why it always call Process exited with an err

Re: a small question about zeppelin-manager

2015-07-22 Thread IT CTO
Why would you want to run spark-shell from zeppelin? as I see it spark-shell in a REPL tool for spark and zeppelin is a REPL tool for spark (and others...) Eran On Wed, Jul 22, 2015 at 3:47 PM 江之源 wrote: > ok it works! 3q > And i have an another question about shell > The shell could work when t

Re: a small question about zeppelin-manager

2015-07-22 Thread 江之源
i know i just wanna to test the shell interpreter's function. and i am confused On Wed, Jul 22, 2015 at 9:02 PM, IT CTO wrote: > Why would you want to run spark-shell from zeppelin? as I see it > spark-shell in a REPL tool for spark and zeppelin is a REPL tool for spark > (and others...) >

Unsubscribe

2015-07-22 Thread Raghu Subramanyam

Passing variables between interpreters

2015-07-22 Thread TEJA SRIVASTAV
Hello all, Is it possible to pass different variables or different interpreters thoroughout a notebook Like i should be able to access the variables between the paragraph use the data for visualization in d3 via anuglar or scala and then pass those variables for processing in SQL or python --

Fwd: Pyspark Syntax Error

2015-07-22 Thread Renxia Wang
Hi guys, I am trying to run zeppelin locally, interact with spark in local mode. I ran this paragraph and got the following error: %pyspark print "test" pyspark is not responding Traceback (most recent call last): File "/tmp/zeppelin_pyspark.py", line 20, in ? from py4j.java_gateway import java

Local class incompatible?

2015-07-22 Thread Albert Yoon
Hi, I have a test-running zeppelin connected to my spark cluster and cluster setup like this: Spark: spark-1.4.1-bin-hadoop2.6 Hadoop: hadoop-2.7.1 Zeppelin installed as: mvn clean install -Pspark-1.4 -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests and ran a test code like this: val textF

Re: Local class incompatible?

2015-07-22 Thread Jongyoul Lee
Hi, You should add -Ppyspark when you want to use Z with pyspark. Regards, JL On Thursday, July 23, 2015, Albert Yoon wrote: > Hi, I have a test-running zeppelin connected to my spark cluster and > cluster setup like this: > > > > *Spark*: spark-1.4.1-bin-hadoop2.6 > > *Hadoop*: hadoop-2.7.1 >