Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Download Java JDK 1.8:
  2. https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  3.  
  4. Download Scala 2.11.6:
  5. https://www.scala-lang.org/download/2.11.6.html
  6.  
  7. Download Spark 2.3.4:
  8. https://spark.apache.org/downloads.html
  9.  
  10. Download WinUtils:
  11. https://github.com/steveloughran/winutils
  12.  
  13. Go to advanced system settings, click environment variables, under system variables create the following:
  14.  
  15. %JAVA_HOME%
  16. This variable should point to the JDK 1.8 folder
  17. %SCALA_HOME%
  18. This variable should point to the scala folder (under Programs Files x86)
  19. %SPARK_HOME%
  20. This variable should point to whereever you placed the spark file, be sure it is in the root file
  21. %HADOOP_HOME%
  22. This variable should point to WinUtils folder/Hadoop 2.7.1
  23.  
  24. Select the path system variable, and click edit; create the following:
  25.  
  26. %JAVA_HOME%\bin
  27. %SCALA_HOME%\bin
  28. %SPARK_HOME%\bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement