I want to use spark jdbc to access alibaba cloud hologres
(https://www.alibabacloud.com/product/hologres) internal hidden column
`hg_binlog_timestamp_us ` but met the following error:
Exception in thread "main" org.apache.spark.sql.AnalysisException: cannot
resolve 'hg_binlog_timestamp_us' gi
Hello, I have a spark application with jdbc source and do some calculation.
To monitor application healthy, I need db related metrics per database like
number of connections, sql execution time and sql fired time distribution etc.
Does anybody know how to get them? Thanks!