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

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 goi@gmail.com 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

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 江之源 jiangzhiy...@liulishuo.com wrote: ok it works! 3q And i have an another question about shell The

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, 江之源 jiangzhiy...@liulishuo.com wrote: hi To install the zeppelin with z-manager is a helpless method, because i install the zeppelin in manually way and

Re: a small question about zeppelin-manager

2015-07-21 Thread Alexander Bezzubov
Hi, thank you for your interest in the project! It seems like the best way to get Zeppelin up and running in your case would be to build it manually with relevant Spark\Hadoop options as described here http://zeppelin.incubator.apache.org/docs/install/install.html Please, let me know if that

a small question about zeppelin-manager

2015-07-20 Thread 江之源
hi i installed zeppelin some time before, but it always failed in my server cluster. i found the z-management Occasionally. I installed and success in my server. But when i wanna to read in my HDFS file like: sc.textFile(hdfs://llscluster/tmp/jzyresult/part-04093).count() it throw the errors in