File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "engines" : {
2626 "vscode" : " ^1.6.0"
2727 },
28+ "keywords" : [
29+ " python" ,
30+ " jupyter" ,
31+ " django" ,
32+ " flask" ,
33+ " ipython" ,
34+ " watson" ,
35+ " pyspark" ,
36+ " numpy" ,
37+ " matplotlib" ,
38+ " spark" ,
39+ " notebook"
40+ ],
2841 "categories" : [
2942 " Languages" ,
3043 " Debuggers" ,
421434 "request" : " launch" ,
422435 "stopOnEntry" : true ,
423436 "osx" : {
424- "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit"
437+ "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit"
425438 },
426439 "windows" : {
427- "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit.cmd"
440+ "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit.cmd"
428441 },
429442 "linux" : {
430- "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit"
443+ "pythonPath" : " ${env.SPARK_HOME}/bin/spark-submit"
431444 },
432445 "program" : " ${file}" ,
433446 "cwd" : " ${workspaceRoot}" ,
You can’t perform that action at this time.
0 commit comments