You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2023/03/20 13:41:41 UTC

[spark] branch master updated: [MINOR][BUILD] Remove unused properties in pom file

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 30337c5fa8d [MINOR][BUILD] Remove unused properties in pom file
30337c5fa8d is described below

commit 30337c5fa8ddd3fdf4f58101685a5ff5072849e3
Author: panbingkun <pb...@gmail.com>
AuthorDate: Mon Mar 20 08:41:24 2023 -0500

    [MINOR][BUILD] Remove unused properties in pom file
    
    ### What changes were proposed in this pull request?
    The pr aims to remove unused properties in pom file.
    
    ### Why are the changes needed?
    Make the code more concise.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #40476 from panbingkun/remove_pom_unused_properties.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 resource-managers/kubernetes/integration-tests/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml
index 297ad8532ae..1ffd5adba84 100644
--- a/resource-managers/kubernetes/integration-tests/pom.xml
+++ b/resource-managers/kubernetes/integration-tests/pom.xml
@@ -26,8 +26,6 @@
 
   <artifactId>spark-kubernetes-integration-tests_2.12</artifactId>
   <properties>
-    <download-maven-plugin.version>1.3.0</download-maven-plugin.version>
-    <extraScalaTestArgs></extraScalaTestArgs>
     <sbt.project.name>kubernetes-integration-tests</sbt.project.name>
 
     <!-- Integration Test Configuration Properties -->
@@ -163,7 +161,7 @@
           <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
           <junitxml>.</junitxml>
           <filereports>SparkTestSuite.txt</filereports>
-          <argLine>-ea -Xmx4g -XX:ReservedCodeCacheSize=1g ${extraScalaTestArgs}</argLine>
+          <argLine>-ea -Xmx4g -XX:ReservedCodeCacheSize=1g</argLine>
           <stderr/>
           <systemProperties>
             <log4j.configurationFile>file:src/test/resources/log4j2.properties</log4j.configurationFile>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org