Skip to content

Commit

Permalink
fix: typo export should be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
PACordonnier committed Jan 15, 2025
1 parent bc7a365 commit bf6535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hive/common/templates/hive-env.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ export HIVE_PID_DIR={{ hive_pid_dir }}

# TDP CUSTOM OPTS

EXPORT TDP_CUSTOM_HIVE_HADOOP_CLIENT_OPTS="{{ hive_client_custom_opts | default('') }}"
export TDP_CUSTOM_HIVE_HADOOP_CLIENT_OPTS="{{ hive_client_custom_opts | default('') }}"
export HADOOP_CLIENT_OPTS="$HADOOP_CLIENT_OPTS $TDP_CUSTOM_HIVE_HADOOP_CLIENT_OPTS"

0 comments on commit bf6535d

Please sign in to comment.