Greate man!
On Mon, Apr 30, 2018 at 8:16 PM, Ruslan Dautkhanov
wrote:
> You could also add a list of interpreters that you'd like to exclude from
> the build:
>
> maven ... -pl '!cassandra,!bigquery,...'
>
>
>
> --
> Ruslan Dautkhanov
>
> On
-DskipTests is in the command?
On Mon, Apr 30, 2018 at 6:17 PM, Jeff Zhang wrote:
>
> Add -DskipTests to disable test
>
>
> Soheil Pourbafrani 于2018年4月30日周一 下午9:11写道:
>
>> I downlodaed source of Zeppelin 0.8.1 from github and using the command
>> mvn clean pa
Is it possible to save a Cassandra query result in a variable to use in
subsequent scripts?
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
(default-testComp
Greate!
On Mon, Apr 30, 2018 at 5:18 PM, Jeff Zhang 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 于2018年4月30日周一 下午7:42写道:
>
>> I use
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?
Thanks
On Mon, Apr 30, 2018 at 12:01 PM, Jeff Zhang wrote:
>
> Add this to your maven build command:
>
> -Pbuild-distr
>
> Soheil Pourbafrani 于2018年4月30日周一 下午3:26写道:
>
>> Thanks, How should I enable build-distr ?
>>
>> On Mon, Apr 30, 2018 at 11:32 AM, Je
Thanks, How should I enable build-distr ?
On Mon, Apr 30, 2018 at 11:32 AM, Jeff Zhang wrote:
>
> What do you mean the outputs are messy ? If you want to build binary
> distribution, please enable profile build-distr ?
>
>
> Soheil Pourbafrani 于2018年4月30日周一 下午2:24写道:
>
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?
Thanks, I meant the Zeppelin itself, not it's jobs.
On Sun, Apr 29, 2018 at 11:51 PM, Michael Segel
wrote:
> Yes if you mean to run the spark jobs on a cluster.
>
>
> On Apr 29, 2018, at 7:25 AM, Soheil Pourbafrani
> wrote:
>
> I mean to configure Zeppelin in mul
Is there any pre-compiled tar file of Zeppelin 0.8 to download?
I mean to configure Zeppelin in multimode.
On Sun, Apr 29, 2018 at 4:49 PM, Soheil Pourbafrani
wrote:
> Something like Kafka or Hadoop cluster?
>
Something like Kafka or Hadoop cluster?
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
wrote:
> Here are the logs where after starting Zeppelin-daemon, SparkSubmit created
>
> INFO [2018-04-28 13:45:00,010] ({DefaultQuartzScheduler
.
20180412-160531_1456847261
On Sat, Apr 28, 2018 at 12:10 PM, Jeff Zhang wrote:
>
> Do you have any cron job enabled ? Please check the log to see how this
> spark process is started.
>
>
> Soheil Pourbafrani 于2018年4月28日周六 下午3:29写道:
>
>> Thanks for the reply, When I
> AFAIK, it might be something wrong. Can you explain more about it?
>
> JL
>
> On Sun, Apr 22, 2018 at 6:36 PM, Soheil Pourbafrani > wrote:
>
>> Hi, I use Zeppelin 7.3
>>
>> Customizing Cassandra interpreter, I configured it for my Cassandra
>> cluste
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 in
I use SPARK_SUBMIT_OPTIONS variable in zeppeline-env.sh file to set some
options for spark applications that runs for zeppelin.
export SPARK_SUBMIT_OPTIONS="--executor-memory 512m --driver-memory
512m --executor-cores 2 --queue onlineQ"
But running spark on the Yarn cluster, it didn't applied. Wh
Hi, Is it possible, instead of codding Spark in Zeppelin environment, run a
fat jar file into YARN cluster to fetch data for Zeppelin?
19 matches
Mail list logo