stevenzwu commented on pull request #1956:
URL: https://github.com/apache/iceberg/pull/1956#issuecomment-754798065
Right now, CI test failed with `:iceberg-spark3-extensions:test` for java 8.
```
org.apache.iceberg.spark.extensions.TestCopyOnWriteDelete >
testDeleteWithNotExistsSubquery[catalogName = spark_catalog, implementation =
org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive,
default-namespace=default, clients=1, parquet-enabled=false,
cache-enabled=false}, format = avro, vectorized = false] FAILED
java.lang.RuntimeException: Failed to get table info from metastore
default.table
Caused by:
org.apache.thrift.transport.TTransportException:
java.net.SocketException: Broken pipe (Write failed)
Caused by:
java.net.SocketException: Broken pipe (Write failed)
```
I tried the same branch against the master branch in my own fork:
https://github.com/stevenzwu/iceberg/pull/11. It also failed with connection in
`:iceberg-hive3:compileJava`. I suspect maybe the build is taking a little
longer and CI system aborted the build?
```
Execution failed for task ':iceberg-hive3:compileJava'.
> Could not resolve all files for configuration
':iceberg-hive3:compileClasspath'.
> Could not resolve
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.7.8.
Required by:
project :iceberg-hive3 > org.apache.hive:hive-exec:3.1.2 >
org.apache.hadoop:hadoop-yarn-registry:3.1.0 >
org.apache.hadoop:hadoop-yarn-common:3.1.0
> Could not resolve
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.7.8.
> Could not parse POM
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.7.8/jackson-jaxrs-json-provider-2.7.8.pom
> Could not resolve
com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:2.7.8.
> Could not resolve
com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:2.7.8.
> Could not get resource
'https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.7.8/jackson-jaxrs-providers-2.7.8.pom'.
> Could not GET
'https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.7.8/jackson-jaxrs-providers-2.7.8.pom'.
> Connection reset
```
----------------------------------------------------------------
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]