Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
e5d38742
Commit
e5d38742
authored
3 years ago
by
Taras Lazariv
Browse files
Options
Downloads
Patches
Plain Diff
Update Slurm parameters
parent
0eae110f
No related branches found
No related tags found
2 merge requests
!415
Added a specific file list containing all files to skip for each
,
!409
Added short description about how to use Flink. Resolves #218.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/big_data_frameworks_spark.md
+6
-6
6 additions, 6 deletions
....tu-dresden.de/docs/software/big_data_frameworks_spark.md
with
6 additions
and
6 deletions
doc.zih.tu-dresden.de/docs/software/big_data_frameworks_spark.md
+
6
−
6
View file @
e5d38742
...
...
@@ -43,11 +43,11 @@ Thus, Spark can be executed using different CPU architectures, e.g., Haswell and
Let us assume that two nodes should be used for the computation. Use a
`srun`
command similar to
the following to start an interactive session using the partition haswell. The following code
snippet shows a job submission to haswell nodes with an allocation of two nodes with 60
G
B main
snippet shows a job submission to haswell nodes with an allocation of two nodes with 60
000 M
B main
memory exclusively for one hour:
```
console
marie@login$
srun
--partition
=
haswell
--nodes
=
2
--mem
=
60
g
--exclusive
--time
=
01:00:00
--pty
bash
-l
marie@login$
srun
--partition
=
haswell
--nodes
=
2
--mem
=
60
000M
--exclusive
--time
=
01:00:00
--pty
bash
-l
```
Once you have the shell, load desired Big Data framework using the command
...
...
@@ -174,11 +174,11 @@ example below:
=== "Spark"
```
bash
#!/bin/bash -l
#SBATCH --time=0
0
:0
5
:00
#SBATCH --time=0
1
:0
0
:00
#SBATCH --partition=haswell
#SBATCH --nodes=2
#SBATCH --exclusive
#SBATCH --mem=60
G
#SBATCH --mem=60
000M
#SBATCH --job-name="example-spark"
ml Spark/3.0.1-Hadoop-2.7-Java-1.8-Python-3.7.4-GCCcore-8.3.0
...
...
@@ -204,11 +204,11 @@ example below:
=== "Flink"
```
bash
#!/bin/bash -l
#SBATCH --time=0
0
:0
5
:00
#SBATCH --time=0
1
:0
0
:00
#SBATCH --partition=haswell
#SBATCH --nodes=2
#SBATCH --exclusive
#SBATCH --mem=
50G
#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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment