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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to