You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/21 16:16:54 UTC

[GitHub] [iceberg] nastra commented on pull request #5819: Build: Run spark integration tests on CI

nastra commented on PR #5819:
URL: https://github.com/apache/iceberg/pull/5819#issuecomment-1253933779

   CI should be failing with the below failures, since the issue described in https://github.com/apache/iceberg/issues/5791 is still present
   ```
   org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}] FAILED
       java.lang.NoClassDefFoundError at SmokeTest.java:93
           Caused by: java.lang.ClassNotFoundException at SmokeTest.java:93
   
   org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}] FAILED
       java.lang.NoClassDefFoundError at SmokeTest.java:67
           Caused by: java.lang.ClassNotFoundException at SmokeTest.java:67
   
   org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hadoop}] FAILED
       java.lang.NoClassDefFoundError at SmokeTest.java:93
   
   org.apache.iceberg.spark.SmokeTest > testGettingStarted[catalogName = testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hadoop}] FAILED
       java.lang.NoClassDefFoundError at SmokeTest.java:67
   
   org.apache.iceberg.spark.SmokeTest > testAlterTable[catalogName = spark_catalog, implementation = org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive, default-namespace=default, parquet-enabled=true, cache-enabled=false}] FAILED
       java.lang.NoClassDefFoundError at SmokeTest.java:93
   
   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.NoClassDefFoundError 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 /tmp/spark-8734a907-a0d1-4022-88d4-454d931f55d8
   
   9 tests completed, 6 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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org