Kousuke Saruta created SPARK-35586:
--------------------------------------

             Summary: Set a default value for spark.kubernetes.test.sparkTgz in 
pom.xml for Kubernetes integration tests
                 Key: SPARK-35586
                 URL: https://issues.apache.org/jira/browse/SPARK-35586
             Project: Spark
          Issue Type: Bug
          Components: Kubernetes, Tests
    Affects Versions: 3.2.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


In kubernetes/integration-tests/pom.xml, there are no default value for 
spark.kubernetes.test.sparkTgz so running tests with the following command will 
fail.

{code}
build/mvn -Dspark.kubernetes.test.namespace=default -Pkubernetes 
-Pkubernetes-integration-tests -Psparkr  -pl 
resource-managers/kubernetes/integration-tests integration-test
{code}
+ mkdir -p 
/home/kou/work/oss/spark/resource-managers/kubernetes/integration-tests/target/spark-dist-unpacked
+ tar -xzvf --test-exclude-tags --strip-components=1 -C 
/home/kou/work/oss/spark/resource-managers/kubernetes/integration-tests/target/spark-dist-unpacked
tar (child): --test-exclude-tags: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[ERROR] Command execution failed.
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to