Re: How to execute spark-submit on Note

2017-10-05 Thread 小野圭二
s like Databricks make this > packaging and importing of libraries part of their UI. > > > > Thanks, Lucas. > > > > *From:* 小野圭二 [mailto:onoke...@gmail.com] > *Sent:* 04 October 2017 02:24 > *To:* users@zeppelin.apache.org > *Subject:* EXT: Re: How to execute

How to execute spark-submit on Note

2017-10-04 Thread Partridge, Lucas (GE Aviation)
libraries part of their UI. Thanks, Lucas. From: 小野圭二 [mailto:onoke...@gmail.com] Sent: 04 October 2017 02:24 To: users@zeppelin.apache.org Subject: EXT: Re: How to execute spark-submit on Note Hi Dave, Thank You for your suggestion. It worked fine order by my expectation so far. I did not know &quo

Re: How to execute spark-submit on Note

2017-10-03 Thread 小野圭二
e and run it, like > cron, oozie, NiFi, Luigi, Airflow etc. Or if you want to run manually just > use spark submit from the shell directly or ssh. > > > > > > Dave > > > > *From: *小野圭二 > *Sent: *Tuesday, 3 October 2017 8:43 PM > *To: *users@zeppelin.apache.

RE: How to execute spark-submit on Note

2017-10-03 Thread David Howell
r 2017 8:43 PM To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org> Subject: Re: How to execute spark-submit on Note Thank you for your quick reply again, Jeff. Yes i know the difference of the execution environment between "%sh" and ">spark-submit". And my

Re: How to execute spark-submit on Note

2017-10-03 Thread 小野圭二
bmit. If you want to use spark-submit in zeppelin, then >>> you could use %sh >>> >>> >>> Best Regard, >>> Jeff Zhang >>> >>> >>> From: 小野圭二 >>> Reply-To: "users@zeppelin.apache.org" >>> Date: Tues

Re: How to execute spark-submit on Note

2017-10-03 Thread Jeff Zhang
surprised why would you use %spark-submit, there’s no document about >> %spark-submit. If you want to use spark-submit in zeppelin, then you >> could use %sh >> >> >> Best Regard, >> Jeff Zhang >> >> >> From: 小野圭二 >> Reply-To: "users

Re: How to execute spark-submit on Note

2017-10-03 Thread 小野圭二
f Zhang > > > From: 小野圭二 > Reply-To: "users@zeppelin.apache.org" > Date: Tuesday, October 3, 2017 at 12:49 PM > To: "users@zeppelin.apache.org" > Subject: How to execute spark-submit on Note > > Hi all, > > I searched this topic on the archive of

Re: How to execute spark-submit on Note

2017-10-03 Thread Jianfeng (Jeff) Zhang
lin.apache.org>" mailto:users@zeppelin.apache.org>> Date: Tuesday, October 3, 2017 at 12:49 PM To: "users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>" mailto:users@zeppelin.apache.org>> Subject: How to execute spark-submit on Note Hi all, I searche

How to execute spark-submit on Note

2017-10-02 Thread 小野圭二
Hi all, I searched this topic on the archive of ml, but still could not find out the solution clearly. So i have tried to post this again(maybe). I am using ver 0.8.0, and have installed spark 2.2 on the other path, just for checking my test program. Then i wrote a quite simple sample python code