Using Jupyter notebook with SparkR -


i want use jupyter notebook sparkr, want install ir kernel on jupyter installed on spark cluster.

i find on using jupyter pyspark, not sparkr.

i have created spark cluster on aws-emr cluster.

if it's not essential use irkernel, use jupyter spark should consider installing apache toree kernel: https://toree.incubator.apache.org/

this kernel allow connect jupyter notebook spark using of spark apis. permits use of magics (eg %pyspark or %sparkr) switch between languages in different cells of single notebook.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -