Re: Equivalent of Jupyter %run

2020-01-13 Thread Jeff Zhang
o upload their own >> Python packages/libraries. It would be great if Zeppelin provided this >> feature as well (although maybe they do now as I'm on an older version...). >> >> Lucas. >> >> [1] >> https://spark.apache.org/docs/latest/api/python/pyspark.html?hig

Re: Equivalent of Jupyter %run

2020-01-13 Thread Jeff Zhang
e >> sc.addPyFile() step. >> >> DataBricks have a great facility for allowing users to upload their own >> Python packages/libraries. It would be great if Zeppelin provided this >> feature as well (although maybe they do now as I'm on an older version...). >> >

Re: Equivalent of Jupyter %run

2020-01-13 Thread Eric Pugh
sage- > From: Dave Boyd mailto:db...@incadencecorp.com>> > Sent: 09 January 2020 17:44 > To: users@zeppelin.apache.org <mailto:users@zeppelin.apache.org> > Subject: EXT: Equivalent of Jupyter %run > > I have googled this but don't see a solution. > > We are

Re: Equivalent of Jupyter %run

2020-01-11 Thread Dave Boyd
ucas. [1] https://spark.apache.org/docs/latest/api/python/pyspark.html?highlight=addpyfile#pyspark.SparkContext.addPyFile -Original Message- From: Dave Boyd mailto:db...@incadencecorp.com>> Sent: 09 January 2020 17:44 To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org

Re: Equivalent of Jupyter %run

2020-01-10 Thread Jeff Zhang
e.org/docs/latest/api/python/pyspark.html?highlight=addpyfile#pyspark.SparkContext.addPyFile > > -Original Message- > From: Dave Boyd > Sent: 09 January 2020 17:44 > To: users@zeppelin.apache.org > Subject: EXT: Equivalent of Jupyter %run > > I have googled th

RE: Equivalent of Jupyter %run

2020-01-10 Thread Partridge, Lucas (GE Aviation)
t/api/python/pyspark.html?highlight=addpyfile#pyspark.SparkContext.addPyFile -Original Message- From: Dave Boyd Sent: 09 January 2020 17:44 To: users@zeppelin.apache.org Subject: EXT: Equivalent of Jupyter %run I have googled this but don't see a solution. We are working on a project

Equivalent of Jupyter %run

2020-01-09 Thread Dave Boyd
I have googled this but don't see a solution. We are working on a project where we want to have some common python functions shared between notes. In Jupyter we would just do a %run.  Is there an equivelent in Zeppelin? Is there a way to store files as .py files that zeppelin can find for impor