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/11/21 08:05:03 UTC

[GitHub] [iceberg] yuangjiang commented on issue #6236: aused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 3072 bytes

yuangjiang commented on issue #6236:
URL: https://github.com/apache/iceberg/issues/6236#issuecomment-1321628781

   My submit command is as follows
   
   bin/spark-sql --packages org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:1.0.0 \
       --conf spark.sql.catalog.prod=org.apache.iceberg.spark.SparkCatalog \
       --conf spark.sql.catalog.prod.warehouse=file://tmp/iceberg \
       --conf spark.sql.catalog.prod.catalog-impl=org.apache.iceberg.jdbc.JdbcCatalog \
       --conf spark.sql.catalog.prod.uri=jdbc:mysql://localhost:3306/iceberg \
       --conf spark.sql.catalog.prod.jdbc.verifyServerCertificate=false \
       --conf spark.sql.catalog.prod.jdbc.useSSL=false \
       --conf spark.sql.catalog.prod.jdbc.user=iceberg \
       --conf spark.sql.catalog.prod.jdbc.password=password


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