foryou7242 commented on issue #4932:
URL: https://github.com/apache/gravitino/issues/4932#issuecomment-2359653899

   @FANNG1 
   1. no,  2 hive metastore and 2 hdfs cluster
   2. yes 
   3. 
   
   test1 cluster catalog
   * metastore.uris : thrift://test1:9083
   test2 cluster catalog
   * metastore.uris : thrift://test2:9083
   spark sql configuration
   ```
   spark-sql     --master yarn     --queue batch  --deploy-mode client    
--conf spark.executor.cores=2  --conf spark.executor.instances=10 \
    --conf 
spark.plugins="org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin"
 \
    --conf spark.sql.gravitino.uri=http://ladp.gravitino.stage.linecorp.com \
    --conf spark.sql.gravitino.metalake=TEST \
    --jars 
hdfs://test1/user/spark/application/gravitino-spark-connector-runtime-3.4_2.12-0.7.0-incubating-SNAPSHOT.jar
   ```
   
    Suspicion is that gravitino seems to be using kyuubihivetable for hive meta 
table connection
   But kyuubi only supports connecting one hive metastore, which seems to be 
the problem, am I right?


-- 
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]

Reply via email to