rajarshisarkar opened a new pull request, #7444:
URL: https://github.com/apache/iceberg/pull/7444
This PR adds support for AWS SQS MetricsReporter.
Spark SQL launch command:
```
sh spark-sql --conf
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
\
--conf
spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCatalog \
--conf
spark.sql.catalog.my_catalog.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog
\
--conf spark.sql.catalog.my_catalog.warehouse=s3://<warehouse-path> \
--conf
spark.sql.catalog.my_catalog.metrics-reporter-impl=org.apache.iceberg.aws.metrics.SqsMetricsReporter
\
--conf spark.sql.catalog.my_catalog.sqs.queue-url=<sqs-queue-url>
```
TODO: SnsMetricsReporter and CloudWatchMetricsReporter
----
cc: @jackye1995 @amogh-jahagirdar @singhpk234
--
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]