Confirmed users
955
edits
(→The MozTelemetry Library: update other link to hello world notebook) |
(a few notes about zeppelin notebooks) |
||
Line 72: | Line 72: | ||
# Get the URL for the notebook (under 'Currently Scheduled Jobs') | # Get the URL for the notebook (under 'Currently Scheduled Jobs') | ||
# Paste that URL into [http://nbviewer.jupyter.org/ Jupyter nbviewer] | # Paste that URL into [http://nbviewer.jupyter.org/ Jupyter nbviewer] | ||
== Zeppelin Notebooks == | |||
We also have *experimental* support for [http://zeppelin.apache.org/ Apache Zeppelin] notebooks. The notebook server for that is running on port 8890, so you can connect to it just by tunneling the port (instead of port 8888 for Jupyter). For example: | |||
ssh -i ~/.ssh/id_rsa -L 8890:localhost:8890 hadoop@ec2-54-70-129-221.us-west-2.compute.amazonaws.com | |||
== Using Spark == | == Using Spark == |