[ https://issues.apache.org/jira/browse/SPARK-35586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun resolved SPARK-35586. ----------------------------------- Fix Version/s: 3.2.0 Resolution: Fixed Issue resolved by pull request 32722 [https://github.com/apache/spark/pull/32722] > 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 > Priority: Minor > Fix For: 3.2.0 > > > In kubernetes/integration-tests/pom.xml, there is 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