wypoon commented on pull request #2512:
URL: https://github.com/apache/iceberg/pull/2512#issuecomment-838955621
Excerpt from my gradle output:
```
> Task :iceberg-spark3-runtime:integrationTest
[Thread-8] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook
calle
[Thread-8] INFO org.apache.spark.util.ShutdownHookManager - Deleting
directory
/private/var/folders/7x/vgfk2h155v9gjtw55z6ncgc00000gp/T/spark-51d1d3aa-5b0a-48fa-8dec-70ef4725e0be
> Task :iceberg-spark3-runtime:spark31IntegrationTest
org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName =
testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hive, default-namespace=default}] FAILED
java.lang.NoSuchMethodError at SmokeTest.java:67
org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName =
testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hadoop}] FAILED
java.lang.NoSuchMethodError at SmokeTest.java:67
org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName =
spark_catalog, implementation = org.apache.iceberg.spark.SparkSessionCatalog,
config = {type=hive, default-namespace=default, parquet-enabled=true,
cache-enabled=false}]FAILED
java.lang.NoSuchMethodError at SmokeTest.java:67
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown
hook called
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting
directory
/private/var/folders/7x/vgfk2h155v9gjtw55z6ncgc00000gp/T/spark-93a9a974-bcaf-4d43-99c8-2b4b97f6a9ed
9 tests completed, 3 failed
> Task :iceberg-spark3-runtime:spark31IntegrationTest FAILED
FAILURE: Build failed with an exception.
```
(@RussellSpitzer I renamed your testSpark31 task to spark31IntegrationTest.
As you can see integrationTest passed, but spark31IntegrationTest 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]