massdosage commented on a change in pull request #1781:
URL: https://github.com/apache/iceberg/pull/1781#discussion_r537609574



##########
File path: build.gradle
##########
@@ -607,6 +607,8 @@ project(':iceberg-hive-runtime') {
     if (jdkVersion == '8') {
       compile project(':iceberg-hive3')
     }
+    // including thrift so that the Tez AM can communicate with the HMS when 
using Hive catalog
+    compile("org.apache.thrift:libfb303")

Review comment:
       I just want to confirm whether this is only a problem with Hive 3? I've 
set up Iceberg tables and queried them from Hive 2 using HadoopTables, 
HadoopCatalog and HiveCatalog using MapReduce and Tez and didn't run into this 
issue. If we could figure out the exact combination of Hive/Tez/Iceberg that is 
causing this it might dictate which is the best solution?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to