dongjoon-hyun commented on a change in pull request #31935:
URL: https://github.com/apache/spark/pull/31935#discussion_r610337606
##########
File path:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/BasicTestsSuite.scala
##########
@@ -99,9 +100,12 @@ private[spark] trait BasicTestsSuite { k8sSuite:
KubernetesSuite =>
}
test("Run SparkRemoteFileTest using a remote data file", k8sTestTag) {
- sparkAppConf
- .set("spark.files", REMOTE_PAGE_RANK_DATA_FILE)
- runSparkRemoteCheckAndVerifyCompletion(appArgs =
Array(REMOTE_PAGE_RANK_FILE_NAME))
+ assert(sys.props.contains("spark.test.home"), "spark.test.home is not
set!")
Review comment:
Is this required in tests, @attilapiros ?
I'm wondering when does this happen because we set this explicitly on both
Maven/SBT test environment setting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]