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
Merge requests
!439
remove deprecated python virtual environment from Flink/Spark in Jupyter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove deprecated python virtual environment from Flink/Spark in Jupyter
218-apache-flink
into
preview
Overview
0
Commits
8
Pipelines
0
Changes
1
Merged
Elias Werner
requested to merge
218-apache-flink
into
preview
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
add flink in jupyter part update spark and flink jupyter notebook
Closes
#218 (closed)
0
0
Merge request reports
Viewing commit
897fd9a1
Prev
Next
Show latest version
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
897fd9a1
remove spaces from end of line
· 897fd9a1
Elias Werner
authored
3 years ago
doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+
3
−
4
Options
@@ -257,14 +257,13 @@ module:
When your Jupyter instance is started, you can set up Spark/Flink. Since the setup in the notebook
requires more steps than in an interactive session, we have created example notebooks that you can
use as a starting point for convenience:
[
SparkExample.ipynb
](
misc/SparkExample.ipynb
)
,
use as a starting point for convenience:
[
SparkExample.ipynb
](
misc/SparkExample.ipynb
)
,
[
FlinkExample.ipynb
](
misc/FlinkExample.ipynb
)
!!! warning
The notebooks only work with the Spark or Flink module mentioned above. When using other
Spark/Flink modules, it is possible that you have to do additional or other steps in order to
The notebooks only work with the Spark or Flink module mentioned above. When using other
Spark/Flink modules, it is possible that you have to do additional or other steps in order to
make Spark/Flink running.
!!! note
Loading