sarutak commented on a change in pull request #34818:
URL: https://github.com/apache/spark/pull/34818#discussion_r763159377



##########
File path: 
resource-managers/kubernetes/integration-tests/dev/dev-run-integration-tests.sh
##########
@@ -180,4 +190,4 @@ properties+=(
   -Dlog4j.logger.org.apache.spark=DEBUG
 )
 
-$TEST_ROOT_DIR/build/mvn install -f $TEST_ROOT_DIR/pom.xml -pl 
resource-managers/kubernetes/integration-tests $BUILD_DEPENDENCIES_MVN_FLAG 
-Pscala-$SCALA_VERSION -P$HADOOP_PROFILE -Pkubernetes 
-Pkubernetes-integration-tests ${properties[@]}
+(cd $TEST_ROOT_DIR; ./build/mvn install -pl 
resource-managers/kubernetes/integration-tests $BUILD_DEPENDENCIES_MVN_FLAG 
-Pscala-$SCALA_VERSION -P$HADOOP_PROFILE -Pkubernetes 
-Pkubernetes-integration-tests ${properties[@]})

Review comment:
       Hmm, `realpath` seems not to be a standard command. I tested on Pop!_OS 
20.04.
   I'll look for another way.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to