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_Worker-1}
Here are the logs where after starting Zeppelin-daemon, SparkSubmit created
INFO [2018-04-28 13:45:00,010] ({DefaultQuartzScheduler_Worker-1}
InterpreterFactory.java[createInterpretersForNote]:188) - Create
interpreter instance Spark-Yarn for note 2DBFYYVZ2
INFO [2018-04-28 13:45:00,012] ({Default
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 start Zeppelin daemon, only ZeppelinServer
> process will be created. when I just connect to the Zeppelin webui from the
> b
Thanks for the reply, When I start Zeppelin daemon, only ZeppelinServer
process will be created. when I just connect to the Zeppelin webui from the
browser, (I've changed the port), a SparkSubmit process will be
created!
On Tue, Apr 24, 2018 at 10:14 AM, Jongyoul Lee wrote:
> Hi,
>
> AFAIK, it
Hi,
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
> cluster.
>
> When I try to get data from Cassandra using the c
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