apache spark - Use jupyter nbconvert to run pyspark job on standalone mode -


i've ever used jupyter notebook run on pyspark standalone mode.

it need set:

pyspark_driver_python_opts="notebook ..." pyspark_driver_python=ipython 

and run

${spark_home}/bin/pyspark --master spark://ip:7077 

we use jupyter our production solution, , think jupyter nbconvert excellent command scheduling or daily batch job.

currently, still cannot find way use jupyter nbconvert run pyspark standalone. hope can kindly provide experience this.

great thanks!


Popular posts from this blog

java - Cannot send AES encrypted messages of over 47 characters -

php - How to set default value of a select dynamically from database using smarty? -

telerik - Reformat image format in PDF -