marton-bod commented on a change in pull request #1781:
URL: https://github.com/apache/iceberg/pull/1781#discussion_r537620827



##########
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:
       Yes, the problem came up for me on a Hive3 cluster and only for 
HiveCatalog. I haven't had a chance to test this on Hive2, but it's good to 
know it's not a problem there. Did you run your Tez tests on a cluster where 
Tez spawns different processes for the tasks? Not sure yet what the difference 
could be but it's worth investigating.




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