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/10/12 20:49:36 UTC

[GitHub] [iceberg] sumeetgajjar commented on pull request #5952: Spark: Perform nullability check on metastore and spark instances before invoking stop

sumeetgajjar commented on PR #5952:
URL: https://github.com/apache/iceberg/pull/5952#issuecomment-1276723402

   The check failure is due to unrelated reasons and not because of this change.
   ```
   org.apache.iceberg.spark.TestFileRewriteCoordinator > testBinPackRewrite[catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, default-namespace=default}] FAILED
       org.apache.spark.sql.AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient;
           at app//org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:113)
           at app//org.apache.spark.sql.hive.HiveExternalCatalog.databaseExists(HiveExternalCatalog.scala:225)
           at app//org.apache.spark.sql.internal.SharedState.externalCatalog$lzycompute(SharedState.scala:137)
           at app//org.apache.spark.sql.internal.SharedState.externalCatalog(SharedState.scala:127)
           at app//org.apache.spark.sql.internal.SharedState.globalTempViewManager$lzycompute(SharedState.scala:157)
           at app//org.apache.spark.sql.internal.SharedState.globalTempViewManager(SharedState.scala:155)
           at app//org.apache.spark.sql.hive.HiveSessionStateBuilder.$anonfun$catalog$2(HiveSessionStateBuilder.scala:60)
   ```
   
   Pushing an empty commit to retrigger the checks. 


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