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
c362af8d
Commit
c362af8d
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Replaced command ml by module (load) in big_data_frameworks.md.
parent
e4ce0e9a
No related branches found
Branches containing commit
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!209
Added admonitions to big_data_frameworks.md; minor style updates.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+4
-4
4 additions, 4 deletions
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
with
4 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+
4
−
4
View file @
c362af8d
...
@@ -10,7 +10,7 @@ Big Data. These frameworks are also offered as software [modules](modules.md) on
...
@@ -10,7 +10,7 @@ Big Data. These frameworks are also offered as software [modules](modules.md) on
for both ml and scs5 partitions. You could check module availability with the command:
for both ml and scs5 partitions. You could check module availability with the command:
```
bash
```
bash
m
l
av Spark
m
odule
av Spark
```
```
**Aim**
of this page is to introduce users on how to start working with
**Aim**
of this page is to introduce users on how to start working with
...
@@ -59,7 +59,7 @@ srun -p ml -N 1 -n 1 -c 2 --gres=gpu:1 --time=01:00:00 --pty --mem-per-cpu=10000
...
@@ -59,7 +59,7 @@ srun -p ml -N 1 -n 1 -c 2 --gres=gpu:1 --time=01:00:00 --pty --mem-per-cpu=10000
Once you have the shell, load Spark using the following command:
Once you have the shell, load Spark using the following command:
```
bash
```
bash
m
l
Spark
m
odule load
Spark
```
```
Before the application can be started, the Spark cluster needs to be set
Before the application can be started, the Spark cluster needs to be set
...
@@ -196,8 +196,8 @@ If you want to use Spark and HDFS together (or in general more than one
...
@@ -196,8 +196,8 @@ If you want to use Spark and HDFS together (or in general more than one
framework), a scheme similar to the following can be used:
framework), a scheme similar to the following can be used:
```
bash
```
bash
m
l
Hadoop
m
odule load
Hadoop
m
l
Spark
m
odule load
Spark
source
framework-configure.sh hadoop
$HADOOP_ROOT_DIR
/etc/hadoop
source
framework-configure.sh hadoop
$HADOOP_ROOT_DIR
/etc/hadoop
source
framework-configure.sh spark
$SPARK_HOME
/conf
source
framework-configure.sh spark
$SPARK_HOME
/conf
start-dfs.sh
start-dfs.sh
...
...
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