iwasakims commented on pull request #2326: URL: https://github.com/apache/hive/pull/2326#issuecomment-850159676
There are 3 test failures. * Testing / split-18 / PostProcess / testForcedLocalityMultiplePreemptionsSameHost1 – org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService * Testing / split-10 / PostProcess / testExternalDefaultPaths – org.apache.hadoop.hive.ql.TestWarehouseExternalDir * Testing / split-10 / PostProcess / – org.apache.hadoop.hive.ql.TestWarehouseExternalDir I could not reproduce the failure on my local. It looks unrelated to the patch. ``` $ cd ~/srcs/hive/llap-tez $ mvn test -Dtest=TestLlapTaskSchedulerService ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.162 s - in org.apache.hadoop.hive.llap.tezplugins.TestLlapTaskSchedulerService ``` ``` $ cd ~/srcs/hive/itests $ mvn install -DskipTests $ cd hive-unit $ mvn test -Dtest=TestWarehouseExternalDir ... [INFO] Running org.apache.hadoop.hive.ql.TestWarehouseExternalDir [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.955 s - in org.apache.hadoop.hive.ql.TestWarehouseExternalDir ``` -- 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]
