awsdocs / amazon-emr-release-guide

The open source version of the Amazon EMR Release Guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Other
28 stars 43 forks source link

SparkR on JupyterHub missing #11

Closed samelamin closed 5 years ago

samelamin commented 5 years ago

The documentation states that SparkR is installed by default, but creating a brand new EMR(v 5.20.0) only lists 4 kernels

Pyspark, Pyspark3 , Python 3, and Spark

Can you explain to me how to enable SparkR on Jupyterhub notebooks?

Hyurt commented 5 years ago

Can't you use a bootstrap action ? Maybe you could base your bootstrap action on this https://gist.github.com/cosmincatalin/19ee904450284c97976a448695ee400c

Pahtoe commented 5 years ago

@samelamin I'm in process of ripping this out of doc's now. Thanks for finding and reporting. I saw the answer on the forum here: https://forums.aws.amazon.com/thread.jspa?threadID=296459 Did you get those commands to work?