File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ spec:
27
27
- bash
28
28
args :
29
29
- -c
30
- - /stackable/.local/bin/jupyter lab --ServerApp.token='token ' --no-browser
30
+ - /stackable/.local/bin/jupyter lab --ServerApp.token='{{ jupyterLabToken }} ' --ServerApp.port=8080 -- no-browser --notebook-dir /notebook
31
31
env :
32
32
- name : JUPYTER_PORT
33
- value : " 8888 "
33
+ value : " 8080 "
34
34
ports :
35
35
- name : http
36
- containerPort : 8888
36
+ containerPort : 8080
37
37
volumeMounts :
38
38
- mountPath : /notebook
39
39
name : notebook
Original file line number Diff line number Diff line change @@ -373,18 +373,18 @@ stacks:
373
373
- pyspark
374
374
- spark-connect
375
375
manifests :
376
- - helmChart : stacks/jupyterhub-pyspark-hdfs/jupyterlab.yaml
377
- - plainYaml : stacks/jupyterhub-pyspark-hdfs/spark_connect.yaml
378
376
- plainYaml : stacks/jupyterhub-pyspark-hdfs/zookeeper.yaml
379
377
- plainYaml : stacks/jupyterhub-pyspark-hdfs/hdfs.yaml
378
+ - plainYaml : stacks/jupyterhub-pyspark-hdfs/jupyterlab.yaml
379
+ - plainYaml : stacks/jupyterhub-pyspark-hdfs/spark_connect.yaml
380
380
supportedNamespaces : []
381
381
resourceRequests :
382
382
cpu : 3350m
383
383
memory : 7174Mi
384
384
pvc : 110Gi
385
385
parameters :
386
- - name : jupyterHubAdminPassword
387
- description : Password of the JupyterHub admin user
386
+ - name : jupyterLabToken
387
+ description : Token for JupyterLab UI access
388
388
default : adminadmin
389
389
dual-hive-hdfs-s3 :
390
390
description : Dual stack Hive on HDFS and S3 for Hadoop/Hive to Trino migration
You can’t perform that action at this time.
0 commit comments