Re: How to compile Zeppelin with just some desired interpreter

2018-04-30 Thread Soheil Pourbafrani
t; > On Mon, Apr 30, 2018 at 7:53 AM, Soheil Pourbafrani <soheil.i...@gmail.com > > wrote: > >> -DskipTests is in the command? >> >> On Mon, Apr 30, 2018 at 6:17 PM, Jeff Zhang <zjf...@gmail.com> wrote: >> >>> >>> Add -DskipTests to di

Re: How to compile Zeppelin with just some desired interpreter

2018-04-30 Thread Soheil Pourbafrani
-DskipTests is in the command? On Mon, Apr 30, 2018 at 6:17 PM, Jeff Zhang <zjf...@gmail.com> wrote: > > Add -DskipTests to disable test > > > Soheil Pourbafrani <soheil.i...@gmail.com>于2018年4月30日周一 下午9:11写道: > >> I downlodaed source of Zeppelin 0.8.1 from

How to compile Zeppelin with just some desired interpreter

2018-04-30 Thread Soheil Pourbafrani
I downlodaed source of Zeppelin 0.8.1 from github and using the command mvn clean package -Pspark-2.1 -Phadoop-2.7 -Pyarn -Ppyspark -Psparkr -Pscala-2.11 -DskipTests -Pbuild-distr but it errors: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile

Re: Scheduler in Zeppelin 0.9

2018-04-30 Thread Soheil Pourbafrani
Greate! On Mon, Apr 30, 2018 at 5:18 PM, Jeff Zhang <zjf...@gmail.com> wrote: > > It is not removed, but disabled by default. > You can enable it via setting zeppelin.notebook.cron.enable to true in > zeppelin-site.xml > > > > Soheil Pourbafrani <soheil.i...

Scheduler in Zeppelin 0.9

2018-04-30 Thread Soheil Pourbafrani
I used to use Zeppelin 0.7.3 scheduler at top of each note, but in Zeppelin 0.9 Snapshot the scheduler is removed! How can I schedule notes in Zeppelin 0.9?

Re: Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Soheil Pourbafrani
Thanks, How should I enable build-distr ? On Mon, Apr 30, 2018 at 11:32 AM, Jeff Zhang <zjf...@gmail.com> wrote: > > What do you mean the outputs are messy ? If you want to build binary > distribution, please enable profile build-distr ? > > > Soheil Pourbafrani <soh

Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Soheil Pourbafrani
Using the command mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pr -Pscala-2.11 I compiled Zeppelin source but the outputs are messy and unstructured. How can I compile it to get output like Zeppelin binary tar file structure?

zeppelin 0.8 tar file

2018-04-29 Thread Soheil Pourbafrani
Is there any pre-compiled tar file of Zeppelin 0.8 to download?

Re: Is it possible to run Zeppelin on cluster

2018-04-29 Thread Soheil Pourbafrani
I mean to configure Zeppelin in multimode. On Sun, Apr 29, 2018 at 4:49 PM, Soheil Pourbafrani <soheil.i...@gmail.com> wrote: > Something like Kafka or Hadoop cluster? >

Is it possible to run Zeppelin on cluster

2018-04-29 Thread Soheil Pourbafrani
Something like Kafka or Hadoop cluster?

Re: Extra SparkSubmit process in running Cassandra queries

2018-04-28 Thread Soheil Pourbafrani
Solved, The problem was I had set schedule for my spark note and it starts automatically! On Sat, Apr 28, 2018 at 1:52 PM, Soheil Pourbafrani <soheil.i...@gmail.com> wrote: > Here are the logs where after starting Zeppelin-daemon, SparkSubmit created > > INFO [2018-04-

Re: Extra SparkSubmit process in running Cassandra queries

2018-04-28 Thread Soheil Pourbafrani
. 20180412-160531_1456847261 On Sat, Apr 28, 2018 at 12:10 PM, Jeff Zhang <zjf...@gmail.com> wrote: > > Do you have any cron job enabled ? Please check the log to see how this > spark process is started. > > > Soheil Pourbafrani <soheil.i...@gmail.com>于2018

Extra SparkSubmit process in running Cassandra queries

2018-04-22 Thread Soheil Pourbafrani
Hi, I use Zeppelin 7.3 Customizing Cassandra interpreter, I configured it for my Cassandra cluster. When I try to get data from Cassandra using the command: %cassandra SELECT * FROM Key.Table ; I expect it only creates just a RemoteInterpreterServer process to fetch data from Cassandra, but

running a Spark fat jar in Zeppelin

2018-04-11 Thread Soheil Pourbafrani
Hi, Is it possible, instead of codding Spark in Zeppelin environment, run a fat jar file into YARN cluster to fetch data for Zeppelin?