xuFabius commented on issue #757: spark-hoodie-bundle using hive-serde to sync 
hive table(Hive2.3.5)
URL: https://github.com/apache/incubator-hudi/issues/757#issuecomment-512064576
 
 
   tks @bvaradar.   I think so too.
   
   In my env : hadoop-2.7.5/hive-2.3.5/spark-2.3.3. 
   
   About the information 
   ```shell
   Reason:
       Type 'org/apache/hadoop/hive/thrift/TUGIContainingTransport$Factory' 
(current frame, stack[3]) is not assignable to 
'org/apache/thrift/transport/TTransportFactory'
   ```
   
   I think this exception is on thrift version.  apche hive-2.3.5 metastore jar 
is built on 
   ```xml
       <libfb303.version>0.9.3</libfb303.version>
       <libthrift.version>0.9.3</libthrift.version>
   ```
   but hoodie-0.4.8 is built on 
   ```xml
   <thrift.version>0.12.0</thrift.version>
   ```
   
   i doubt that it's incompatible 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to