This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit a12e49e38d18bd22b848fc2969bbcff17c45a452
Author: Michael Smith <[email protected]>
AuthorDate: Wed Oct 22 17:03:59 2025 -0700

    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 <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 testdata/cluster/node_templates/common/etc/init.d/ozone-common | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testdata/cluster/node_templates/common/etc/init.d/ozone-common 
b/testdata/cluster/node_templates/common/etc/init.d/ozone-common
index 26e3849e5..d20f5bee5 100644
--- a/testdata/cluster/node_templates/common/etc/init.d/ozone-common
+++ b/testdata/cluster/node_templates/common/etc/init.d/ozone-common
@@ -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"

Reply via email to