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

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

commit 6e4613442e8a1ae6dc2d4d2cef0831b36d8ccb30
Author: Zoltan Borok-Nagy <[email protected]>
AuthorDate: Fri Apr 4 18:31:15 2025 +0200

    IMPALA-13933: run-iceberg-rest-server.sh should use IMPALA_MAVEN_OPTIONS
    
    run-iceberg-rest-server.sh should use IMPALA_MAVEN_OPTIONS.
    The easiest way to achieve this is to invoke maven via bin/mvn-quiet.sh
    
    The missing options can cause maven failures.
    
    Change-Id: Ib01ed2ef420b9e965dd8d0e495c370a1ddf323a8
    Reviewed-on: http://gerrit.cloudera.org:8080/22736
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 testdata/bin/run-iceberg-rest-server.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/bin/run-iceberg-rest-server.sh 
b/testdata/bin/run-iceberg-rest-server.sh
index 1de003508..3dae9d5ba 100755
--- a/testdata/bin/run-iceberg-rest-server.sh
+++ b/testdata/bin/run-iceberg-rest-server.sh
@@ -24,5 +24,5 @@ PATH=${PATH}:/usr/local/bin
 cd $IMPALA_HOME
 . bin/impala-config.sh
 
-mvn -f "java/iceberg-rest-catalog-test/pom.xml" exec:java \
+bin/mvn-quiet.sh -f "java/iceberg-rest-catalog-test/pom.xml" exec:java \
     -Dexec.mainClass="org.apache.iceberg.rest.IcebergRestCatalogTest"

Reply via email to