apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

[#100] fix spark sql client insert data failed #101

Closed FANNG1 closed 2 weeks ago

FANNG1 commented 2 weeks ago

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.

FANNG1 commented 2 weeks ago

@jerqi @danhuawang please help to review,thanks