Skip to content

Commit

Permalink
[DPE-3835] Remove kyuubi-env.sh file from Charmed Spark Rock image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th authored Mar 20, 2024
1 parent 8238abf commit a1dc821
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions files/spark/bin/thrift-server.sh

This file was deleted.

3 changes: 0 additions & 3 deletions files/spark/conf/kyuubi-env.sh

This file was deleted.

5 changes: 1 addition & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ run_user: _daemon_
environment:
SPARK_HOME: /opt/spark
SPARK_CONFS: /etc/spark8t/conf
SPARK_CONF_DIR: /etc/spark8t/conf
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
PYTHONPATH: /opt/spark/python:/opt/spark8t/python/dist:/usr/lib/python3.10/site-packages
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/spark:/opt/spark/bin:/opt/spark/python/bin:/opt/spark-client/python/bin
Expand Down Expand Up @@ -193,10 +194,8 @@ parts:
source: files/spark
organize:
conf/spark-defaults.conf: etc/spark8t/conf/spark-defaults.conf
conf/kyuubi-env.sh: opt/kyuubi/conf/kyuubi-env.sh
bin/sparkd.sh: opt/pebble/sparkd.sh
bin/history-server.sh: opt/pebble/history-server.sh
bin/thrift-server.sh: opt/pebble/thrift-server.sh
bin/kyuubi.sh: opt/pebble/kyuubi.sh
bin/spark-client.pyspark: opt/spark-client/python/bin/spark-client.pyspark
bin/spark-client.spark-sql: opt/spark-client/python/bin/spark-client.spark-sql
Expand All @@ -207,9 +206,7 @@ parts:
- etc/spark8t/conf/
- opt/pebble/sparkd.sh
- opt/pebble/history-server.sh
- opt/pebble/thrift-server.sh
- opt/pebble/kyuubi.sh
- opt/kyuubi/conf/kyuubi-env.sh
- opt/spark-client/python/bin/spark-client.pyspark
- opt/spark-client/python/bin/spark-client.spark-sql
- opt/spark-client/python/bin/spark-client.service-account-registry
Expand Down

0 comments on commit a1dc821

Please sign in to comment.