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
67c9094f
Commit
67c9094f
authored
3 years ago
by
Elias Werner
Browse files
Options
Downloads
Patches
Plain Diff
fix linter, aspell and dead links
parent
d5ca6c6d
No related branches found
Branches containing commit
No related tags found
3 merge requests
!446
docs: Add Jupyter Teaching Example
,
!445
Automated merge from preview to main
,
!439
remove deprecated python virtual environment from Flink/Spark in Jupyter
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+1
-3
1 addition, 3 deletions
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
doc.zih.tu-dresden.de/docs/software/flink.md
+4
-7
4 additions, 7 deletions
doc.zih.tu-dresden.de/docs/software/flink.md
with
5 additions
and
10 deletions
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+
1
−
3
View file @
67c9094f
...
...
@@ -242,7 +242,6 @@ You can run Jupyter notebooks with Spark on the ZIH systems in a similar way as
[
JupyterHub
](
../access/jupyterhub.md
)
page. Interaction of Flink with JupyterHub is currently
under examination and will be posted here upon availability.
### Spawning a Notebook
Go to
[
https://taurus.hrsk.tu-dresden.de/jupyter
](
https://taurus.hrsk.tu-dresden.de/jupyter
)
.
...
...
@@ -252,7 +251,7 @@ In the tab "Advanced", go to the field "Preload modules" and select the followin
Spark/3.0.1-Hadoop-2.7-Java-1.8-Python-3.7.4-GCCcore-8.3.0
```
When your Jupyter instance is started, you can set up Spark. Since the setup in the notebook
When your Jupyter instance is started, you can set up Spark. Since the setup in the notebook
requires more steps than in an interactive session, we have created an example notebook that you can
use as a starting point for convenience:
[
SparkExample.ipynb
](
misc/SparkExample.ipynb
)
...
...
@@ -261,7 +260,6 @@ use as a starting point for convenience: [SparkExample.ipynb](misc/SparkExample.
This notebook only works with the Spark module mentioned above. When using other Spark modules,
it is possible that you have to do additional or other steps in order to make Spark running.
!!! note
You could work with simple examples in your home directory, but, according to the
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/docs/software/flink.md
+
4
−
7
View file @
67c9094f
# Apache Flink
[
Apache Flink
](
https://flink.apache.org/
)
is a framework for processing and integrating Big Data.
It offers a similar API as
[
Apache Spark
](
big_data_frameworks
_spark
.md
)
, but is more appropriate
It offers a similar API as
[
Apache Spark
](
big_data_frameworks.md
)
, but is more appropriate
for data stream processing. You can check module versions and availability with the command:
```
console
...
...
@@ -158,13 +158,11 @@ example below:
[workspaces](../data_lifecycle/workspaces.md) for your study and work projects**. For this
reason, you have to use advanced options of Jupyterhub and put "/" in "Workspace scope" field.
## Jupyter Notebook
You can run Jupyter notebooks with Flink on the ZIH systems in a similar way as described on the
[
JupyterHub
](
../access/jupyterhub.md
)
page.
### Spawning a Notebook
Go to
[
https://taurus.hrsk.tu-dresden.de/jupyter
](
https://taurus.hrsk.tu-dresden.de/jupyter
)
.
...
...
@@ -173,8 +171,8 @@ In the tab "Advanced", go to the field "Preload modules" and select the followin
```
Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0
```
When your Jupyter instance is started, you can set up Flink. Since the setup in the notebook
When your Jupyter instance is started, you can set up Flink. Since the setup in the notebook
requires more steps than in an interactive session, we have created an example notebook that you can
use as a starting point for convenience:
[
FlinkExample.ipynb
](
misc/FlinkExample.ipynb
)
...
...
@@ -182,7 +180,7 @@ use as a starting point for convenience: [FlinkExample.ipynb](misc/FlinkExample.
This notebook only works with the Flink module mentioned above. When using other Flink modules,
it is possible that you have to do additional or other steps in order to make Flink running.
!!! note
You could work with simple examples in your home directory, but, according to the
...
...
@@ -190,7 +188,6 @@ use as a starting point for convenience: [FlinkExample.ipynb](misc/FlinkExample.
[workspaces](../data_lifecycle/workspaces.md) for your study and work projects**. For this
reason, you have to use advanced options of Jupyterhub and put "/" in "Workspace scope" field.
## FAQ
Q: Command
`source framework-configure.sh hadoop
...
...
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