Skip to content
Snippets Groups Projects
Commit bc2d47d7 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Long command for module load

parent e5d38742
No related branches found
No related tags found
2 merge requests!415Added a specific file list containing all files to skip for each,!409Added short description about how to use Flink. Resolves #218.
......@@ -181,7 +181,7 @@ example below:
#SBATCH --mem=60000M
#SBATCH --job-name="example-spark"
ml Spark/3.0.1-Hadoop-2.7-Java-1.8-Python-3.7.4-GCCcore-8.3.0
module load Spark/3.0.1-Hadoop-2.7-Java-1.8-Python-3.7.4-GCCcore-8.3.0
function myExitHandler () {
stop-all.sh
......@@ -211,7 +211,7 @@ example below:
#SBATCH --mem=60000M
#SBATCH --job-name="example-flink"
ml Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0
module load Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0
function myExitHandler () {
stop-cluster.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment