Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Created November 26, 2016 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgbkrk/3623bd0726b9f55693f6ef658a0e5d9b to your computer and use it in GitHub Desktop.
Save rgbkrk/3623bd0726b9f55693f6ef658a0e5d9b to your computer and use it in GitHub Desktop.
Spark kernel
{
"display_name": "Python 2 (PySpark 1.6.1)",
"argv": [
"/usr/bin/python2",
"-m",
"ipykernel",
"-f",
"{connection_file}",
"--IPKernelApp.file_to_run=/path/to/spark_home/python/pyspark/shell.py"
],
"language": "python"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment