Created
August 9, 2019 03:45
-
-
Save jasonrig/4acc349b1639d64b8b91d781cdeea391 to your computer and use it in GitHub Desktop.
Revisions
-
jasonrig created this gist
Aug 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ #%Module1.0 ## Spark 2.4.3 modulefile ## proc ModulesHelp { } { puts stderr "Provides the Spark environment for large-scale data processing" puts stderr "This version has been prebuilt with Scala 2.11." } module-whatis "Apache Spark™ is a unified analytics engine for large-scale data processing." set sparkHome /home/jrigby/spark/spark-2.4.3-bin-hadoop2.7 module load java prepend-path PATH "$sparkHome/bin" prepend-path PATH "$sparkHome/sbin" setenv SPARK_HOME "$sparkHome"