amanraj2520 opened a new pull request, #3881: URL: https://github.com/apache/hive/pull/3881
These test are failing with intermittent issues as follows : Error Incorrect RPC server port configuration for HiveServer2 Stacktrace java.io.IOException: Incorrect RPC server port configuration for HiveServer2 at org.apache.hive.spark.client.rpc.RpcConfiguration.getServerPorts(RpcConfiguration.java:130) at org.apache.hive.spark.client.rpc.RpcServer.bindServerPort(RpcServer.java:131) at org.apache.hive.spark.client.rpc.RpcServer.<init>(RpcServer.java:116) at org.apache.hive.spark.client.rpc.TestRpc.testServerPort(TestRpc.java:211) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosivel y(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) These are temporary issues since Hive Server does not find a port to connect to even if retry logic is in place. -- 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]
