kbendick edited a comment on pull request #1579:
URL: https://github.com/apache/iceberg/pull/1579#issuecomment-707436205


   The CI failed for Java 8 a transient HMS connection issue similar to this 
one. I get these intermittently on my local but have never had them on CI.
   
   ```
   org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHiveCatalog > 
testJoinTablesParquet FAILED
       java.lang.IllegalArgumentException: Failed to executeQuery Hive query 
SHOW TABLES: Error while compiling statement: FAILED: SemanticException 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
           Caused by:
           org.apache.hive.service.cli.HiveSQLException: Error while compiling 
statement: FAILED: SemanticException 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
               Caused by:
               org.apache.hadoop.hive.ql.parse.SemanticException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
                   Caused by:
                   org.apache.hadoop.hive.ql.metadata.HiveException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
                       Caused by:
                       org.apache.thrift.transport.TTransportException: 
java.net.SocketException: Broken pipe (Write failed)
                           Caused by:
                           java.net.SocketException: Broken pipe (Write failed)
       org.apache.hadoop.hive.ql.metadata.HiveException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
           Caused by:
           org.apache.thrift.transport.TTransportException: 
java.net.SocketException: Broken pipe (Write failed)
               Caused by:
               java.net.SocketException: Broken pipe (Write failed)
   ```


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