wangyum commented on issue #26533: [WIP][test-hadoop3.2][test-java11] Test Hadoop 2.7 with JDK 11 URL: https://github.com/apache/spark/pull/26533#issuecomment-555266324 All Failed Tests: ```scala org.apache.spark.sql.kafka010.KafkaSinkMicroBatchStreamingSuite.(It is not a test it is a sbt.testing.SuiteSelector) org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite.(It is not a test it is a sbt.testing.SuiteSelector) ``` How to reproduce: ```shell export JAVA_HOME=/usr/lib/jdk-11.0.3 export PATH=$JAVA_HOME/bin:$PATH build/sbt "sql-kafka-0-10/test-only *.KafkaSinkMicroBatchStreamingSuite" -Phadoop-3.2 -Dhadoop.version=2.7.4 -Dcurator.version=2.7.1 build/sbt "sql-kafka-0-10/test-only *.KafkaDelegationTokenSuite" -Phadoop-3.2 -Dhadoop.version=2.7.4 -Dcurator.version=2.7.1 ``` The failed tests may be related to https://issues.apache.org/jira/browse/HADOOP-12911 cc @plusplusjiajia @AngersZhuuuu
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
