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've gotten these intermittently on my local for a while now, but have 
never had them on CI until now. Now I can't seem to get them to be stable and 
pass, though they pass locally.
   
   ```
   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