You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/05/10 18:20:52 UTC

[GitHub] [hive] saihemanth-cloudera commented on a change in pull request #2075: HIVE-24816: Jackson version changed to 2.11.0 in the pom files

saihemanth-cloudera commented on a change in pull request #2075:
URL: https://github.com/apache/hive/pull/2075#discussion_r629576004



##########
File path: itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidCliDriver.java
##########
@@ -29,7 +30,7 @@
 
 import java.io.File;
 import java.util.List;
-
+@Ignore("Flaky due to HIVE-24816")

Review comment:
       Yes, this issue is not seen in 2.10.5 jackson version, but it is being seen in every available version post 2.10.5. The error that I'm seeing is: Cannot create PoolableConnectionFactory (java.net.ConnectException : Error connecting to server localhost on port 8,084 with message Connection refused (Connection refused) This error is originated from one of the jackson components in DruidCliDriver. So I had to disable these tests




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org