Skip to content

Instantly share code, notes, and snippets.

@d4rkc0de
Last active February 8, 2024 16:46
Show Gist options
  • Save d4rkc0de/0fe1307fc70178398a9d55c0fb2c91df to your computer and use it in GitHub Desktop.
Save d4rkc0de/0fe1307fc70178398a9d55c0fb2c91df to your computer and use it in GitHub Desktop.
// Hadoop
Download winutils.exe and hadoop.dll: https://github.com/kontext-tech/winutils
add them inside older C:\hadoop\bin
add env varible hadoop.home.dir and HADOOP_HOME, with value = C:\hadoop
add %HADOOP_HOME%\bin to the path
add hadoop.dll to C:\Windows\system32
Make sure your JVM is 64 bit.
// Spark
download spark from https://spark.apache.org/downloads.html
extract to C:\spark
add env variable SPARK_HOME = C:\spark, and add to path %SPARK_HOME%\bin
Restarted pc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment