Hi all,
โ
I am not able to access the delta table from the datbase.
While I try to read the table via spark.read.table command, I get the below error:
org.apache.spark.sql.AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
โ
โ
Here is the content from error log:
โ
Fri Jun 9 05:57:38 2023 Connection to spark from PID 1377
Fri Jun 9 05:57:38 2023 Initialized gateway on port 44015
Fri Jun 9 05:57:38 2023 Connected to spark.
Tried to attach usage logger `pyspark.databricks.pandas.usage_logger`, but an exception was raised: <property object at 0x7fdd5dc448b0> is not a callable object
Fri Jun 9 06:04:15 2023 Connection to spark from PID 1629
Fri Jun 9 06:04:15 2023 Initialized gateway on port 37083
Fri Jun 9 06:04:16 2023 Connected to spark.
Tried to attach usage logger `pyspark.databricks.pandas.usage_logger`, but an exception was raised: <property object at 0x7f6e23727770> is not a callable object
Fri Jun 9 06:13:51 2023 Connection to spark from PID 1924
Fri Jun 9 06:13:51 2023 Initialized gateway on port 33139
Fri Jun 9 06:13:51 2023 Connected to spark.
โ
โ
โ