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 12:46:07 UTC

[GitHub] [iceberg] ja-michel commented on issue #5782: show table extended not supported for v2 table.

ja-michel commented on issue #5782:
URL: https://github.com/apache/iceberg/issues/5782#issuecomment-1253659114

   Getting the same error here using spark-sql:
   
   ```
   spark-sql> show table extended in ice.snapshots like '*';
   Error in query: SHOW TABLE EXTENDED is not supported for v2 tables.;
   ShowTableExtended *, [namespace#179, tableName#180, isTemporary#181, information#182]
   +- ResolvedNamespace org.apache.iceberg.spark.SparkCatalog@272d0dd3, [snapshots]
   ```
   
   Environment:
   Spark 3.3.0
   org.apache.iceberg:iceberg-aws:0.14.0,
   org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:0.14.0,
   org.apache.hadoop:hadoop-aws:3.3.3,
   software.amazon.awssdk:bundle:2.17.131,
   software.amazon.awssdk:url-connection-client:2.17.131,
   software.amazon.awssdk:kms:2.17.131
   
   
   Command:
   ```
   spark-sql \
       --packages  org.apache.iceberg:iceberg-aws:0.14.0,org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:0.14.0,org.apache.hadoop:hadoop-aws:3.3.3,software.amazon.awssdk:bundle:2.17.131,software.amazon.awssdk:url-connection-client:2.17.131,software.amazon.awssdk:kms:2.17.131 \
       --conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \
       --conf spark.sql.catalog.ice=org.apache.iceberg.spark.SparkCatalog \
       --conf spark.sql.catalog.ice.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog \
       --conf spark.sql.catalog.ice.warehouse=$WAREHOUSE_BUCKET_LOC \
       --conf spark.sql.catalog.ice.io-impl=org.apache.iceberg.aws.s3.S3FileIO \
       --conf iceberg.engine.hive.enabled=true
   ```


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