Skip to content

Commit

Permalink
fix(spark): add python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibn authored and rpignolet committed Sep 22, 2023
1 parent f5bd4e5 commit daf1019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdp_vars_defaults/spark/spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ spark_env_common:
HADOOP_HOME: "{{ hadoop_home }}"
HIVE_CONF_DIR: "{{ spark_client_conf_dir }}"
LD_LIBRARY_PATH: "'{{ hadoop_home }}/lib/native/:$LD_LIBRARY_PATH'"
PYSPARK_PYTHON: python3

# spark-env.sh - Spark History Server
spark_env_hs:
Expand Down

0 comments on commit daf1019

Please sign in to comment.