cdmikechen commented on pull request #2238: URL: https://github.com/apache/drill/pull/2238#issuecomment-850416329
@cgivre I choose a contrib hive-storage and run test case in drill but it looks like run failed again. ``` mvn test -pl contrib/storage-hive/core ``` log ``` Hive Session ID = efd0bb19-db4a-4143-8dd8-f59f79de6e10 [INFO] Running org.apache.drill.exec.fn.hive.TestHiveUDFs [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.09 s <<< FAILURE! - in org.apache.drill.exec.fn.hive.TestHiveUDFs [ERROR] org.apache.drill.exec.fn.hive.TestHiveUDFs Time elapsed: 0.014 s <<< ERROR! org.apache.drill.exec.rpc.RpcException: CONNECTION : io.netty.channel.ConnectTimeoutException: connection timed out: xxx.local/ip:31010 Caused by: java.util.concurrent.ExecutionException: io.netty.channel.ConnectTimeoutException: connection timed out: xxx.local/ip:31010 Caused by: io.netty.channel.ConnectTimeoutException: connection timed out: xxx.local/ip:31010 ``` -- 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]
