IMPALA-14509: Let Ozone set OZONE_OPTS

Remove our customization of OZONE_OPTS as it's redundant with
ozone-functions.sh. Our options also didn't work with Java 17.

Change-Id: If600dd160e6bc72320081ecee2cb0de3c73eb7bd
Reviewed-on: http://gerrit.cloudera.org:8080/23580
Reviewed-by: Riza Suminto <riza.suminto@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Michael Smith
2025-10-22 17:03:59 -07:00
parent a8618c6a65
commit a12e49e38d

View File

@@ -16,4 +16,3 @@
# under the License.
export OZONE_LOG_DIR="$LOG_DIR/hadoop-ozone"
export OZONE_OPTS="-XX:ParallelGCThreads=8 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=70 -XX:+CMSParallelRemarkEnabled"