HeartSaVioR edited a comment on issue #23527: [SPARK-26482][K8S][TEST][FOLLOWUP] Fix compile failure URL: https://github.com/apache/spark/pull/23527#issuecomment-453804394 Thanks @dongjoon-hyun for fixing missing spot! Looks like I confused between SparkConf and Spark**App**Conf. I couldn't run all tests in local (since it takes hours) but was trying to ensure compilation passes, so ran below command: ``` mvn -Phadoop-2.7 -Pkubernetes -Phive-thriftserver -Pkinesis-asl -Pyarn -Pspark-ganglia-lgpl -Phive -Pmesos clean compile test-compile ``` Maybe I needed to add `-Pkubernetes-integration-tests` as well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
