Skip to content

Commit

Permalink
fix(hiveConfig):add UseGCOverheadLimit (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
liebstein authored Jun 27, 2021
1 parent ede7481 commit fbc2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hive/init-hive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USE_ATLAS=${USE_ATLAS:=false}
HIVE_AUTH=${HIVE_AUTH:=NONE}
KAFKA_LISTENER_TOPIC=${KAFKA_LISTENER_TOPIC:=hive_metastore_listener_events}
MAX_WORKER_THREADS=${MAX_WORKER_THREADS:=2000}
HADOOP_CLIENT_OPTS=${HADOOP_CLIENT_OPTS:='-Xmx20g'}
HADOOP_CLIENT_OPTS=${HADOOP_CLIENT_OPTS:='-XX:-UseGCOverheadLimit -Xmx20480m'}

export HADOOP_CLIENT_OPTS=${HADOOP_CLIENT_OPTS}

Expand Down

0 comments on commit fbc2074

Please sign in to comment.