Skip to content

Commit

Permalink
updated vscode solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogallinucci committed May 9, 2024
1 parent ac06d57 commit 4e104f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"os.environ[\"JAVA_HOME\"] = \"C:\\\\Program Files\\\\Java\\\\jdk-12.0.2\" # Change this to the path of your JDK folder\n",
"os.environ[\"SPARK_HOME\"] = \"C:\\\\Users\\\\enrico.gallinucci2\\\\Downloads\\\\spark-3.5.1-bin-hadoop3\" # Change this to the directory where you have extracted the .tgz file by running the command in the above cell\n",
"os.environ[\"HADOOP_HOME\"] = os.environ[\"SPARK_HOME\"]\n",
"os.environ[\"PATH\"]=os.environ[\"PATH\"]+\";\"+os.environ[\"SPARK_HOME\"]+\"\\\\bin\""
"os.environ[\"PATH\"]=os.environ[\"PATH\"]+\";\"+os.environ[\"SPARK_HOME\"]+\"\\\\bin\"\n",
"os.environ[\"SPARK_LOCAL_HOSTNAME\"] = \"localhost\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"os.environ[\"JAVA_HOME\"] = \"C:\\\\Program Files\\\\Java\\\\jdk-12.0.2\" # Change this to the path of your JDK folder\n",
"os.environ[\"SPARK_HOME\"] = \"C:\\\\Users\\\\Enrico\\\\Downloads\\\\spark-3.5.1-bin-hadoop3\" # Change this to the directory where you have extracted the .tgz file by running the command in the above cell\n",
"os.environ[\"HADOOP_HOME\"] = os.environ[\"SPARK_HOME\"]\n",
"os.environ[\"PATH\"]=os.environ[\"PATH\"]+\";\"+os.environ[\"SPARK_HOME\"]+\"\\\\bin\""
"os.environ[\"PATH\"]=os.environ[\"PATH\"]+\";\"+os.environ[\"SPARK_HOME\"]+\"\\\\bin\"\n",
"os.environ[\"SPARK_LOCAL_HOSTNAME\"] = \"localhost\""
]
},
{
Expand Down

0 comments on commit 4e104f5

Please sign in to comment.