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

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 小野圭二
Thank you for your quick reply again, Jeff. Yes i know the difference of the execution environment between "%sh" and ">spark-submit". And my question was "how to execute spark-submit as shell interpreter". That mean, i am searching how to execute a binary program from a note of zeppelin. This time

Re: How to execute spark-submit on Note

2017-10-03 Thread Jeff Zhang
%sh is shell interpreter, you can run spark-submit just as you run it in shell terminal. 小野圭二 于2017年10月3日周二 下午4:58写道: > Thank you for your reply, Jeff > > "%sh" ? > "sh" seems like request something execution code. > I tried "%sh", then > > %sh > %sh bash: : no permission > > I made binary

Re: How to execute spark-submit on Note

2017-10-03 Thread 小野圭二
Thank you for your reply, Jeff "%sh" ? "sh" seems like request something execution code. I tried "%sh", then %sh %sh bash: : no permission I made binary file from .py to .pyc, but the answer was as same. I am sorry seems like doubting you, but Is "%sh" the resolution? -Keiji 2017-10-03

Re: How to execute spark-submit on Note

2017-10-03 Thread Jianfeng (Jeff) Zhang
I am 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: 小野圭二 mailto:onoke...@gmail.com>> Reply-To: "users@zeppelin.apache.org