After #88 , spark sql client couldn't insert data, The spark configuration in #88 is not enough, should add hive metastore uri if setting spark.sql.hive.metastore.jars to path. I'm not sure the root cause of problem, there're some thread level session cache in Spark/Hive, this PR optimize the configuration just affect hive_catalog.
After #88 , spark sql client couldn't insert data, The spark configuration in #88 is not enough, should add hive metastore uri if setting
spark.sql.hive.metastore.jars
topath
. I'm not sure the root cause of problem, there're some thread level session cache in Spark/Hive, this PR optimize the configuration just affect hive_catalog.