[ 
https://issues.apache.org/jira/browse/HIVE-21737?focusedWorklogId=527317&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-527317
 ]

ASF GitHub Bot logged work on HIVE-21737:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Dec/20 19:03
            Start Date: 22/Dec/20 19:03
    Worklog Time Spent: 10m 
      Work Description: sunchao commented on pull request #1635:
URL: https://github.com/apache/hive/pull/1635#issuecomment-749721228


   You can try to reproduce this via:
   ```
   mvn clean install -DskipTests
   cd itests
   mvn clean install -DskipTests
   mvn test -Dtest=TestMiniDruidKafkaCliDriver -Dqfile=druidkafkamini_avro.q 
-Dtest.output.overwrite=true
   ```
   
   although I got a different error:
   ```
   FAILED: Execution Error, return code 40000 from 
org.apache.hadoop.hive.ql.ddl.DDLTask. 
org.skife.jdbi.v2.exceptions.UnableToObtainConnectionException: 
java.sql.SQLException: Cannot create         PoolableConnectionFactory 
(java.net.ConnectException : Error connecting to server localhost on port 8,084 
with message Connection refused (Connection refused).)
   ```
   
   It seems it's caused by this:
   ```
   Exception in thread "main" java.lang.NoSuchMethodError: 
com.google.inject.util.Types.collectionOf(Ljava/lang/reflect/Type;)Ljava/lang/reflect/ParameterizedType;
   » at 
com.google.inject.multibindings.Multibinder.collectionOfProvidersOf(Multibinder.java:202)
   » at 
com.google.inject.multibindings.Multibinder$RealMultibinder.<init>(Multibinder.java:283)
   » at 
com.google.inject.multibindings.Multibinder$RealMultibinder.<init>(Multibinder.java:258)
   » at 
com.google.inject.multibindings.Multibinder.newRealSetBinder(Multibinder.java:178)
   » at 
com.google.inject.multibindings.Multibinder.newSetBinder(Multibinder.java:150)
   » at 
org.apache.druid.guice.LifecycleModule.getEagerBinder(LifecycleModule.java:115)
   » at 
org.apache.druid.guice.LifecycleModule.configure(LifecycleModule.java:121)
   » at 
com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   » at com.google.inject.spi.Elements.getElements(Elements.java:110)
   » at 
com.google.inject.util.Modules$OverrideModule.configure(Modules.java:177)
   » at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
   » at 
com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   » at com.google.inject.spi.Elements.getElements(Elements.java:110)
   » at 
com.google.inject.util.Modules$OverrideModule.configure(Modules.java:177)
   » at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
   » at 
com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   » at com.google.inject.spi.Elements.getElements(Elements.java:110)
   » at 
com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
   » at 
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
   » at com.google.inject.Guice.createInjector(Guice.java:96)
   » at com.google.inject.Guice.createInjector(Guice.java:73)
   » at com.google.inject.Guice.createInjector(Guice.java:62)
   » at 
org.apache.druid.initialization.Initialization.makeInjectorWithModules(Initialization.java:431)
   » at org.apache.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:69)
   » at org.apache.druid.cli.ServerRunnable.run(ServerRunnable.java:58)
   » at org.apache.druid.cli.Main.main(Main.java:113)
   ```
   which seems did not happen in the Jenkins CI.


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 527317)
    Time Spent: 6h 40m  (was: 6.5h)

> Upgrade Avro to version 1.10.1
> ------------------------------
>
>                 Key: HIVE-21737
>                 URL: https://issues.apache.org/jira/browse/HIVE-21737
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>            Reporter: Ismaël Mejía
>            Assignee: Fokko Driesprong
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: 
> 0001-HIVE-21737-Make-Avro-use-in-Hive-compatible-with-Avr.patch
>
>          Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> Avro >= 1.9.x bring a lot of fixes including a leaner version of Avro without 
> Jackson in the public API and Guava as a dependency. Worth the update.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to