[GitHub] [hudi] rakeshramakrishnan commented on issue #2439: [SUPPORT] Unable to sync with external hive metastore via metastore uris in the thrift protocol

2021-02-25 Thread GitBox


rakeshramakrishnan commented on issue #2439:
URL: https://github.com/apache/hudi/issues/2439#issuecomment-785795722


   @nsivabalan : There are no errors, however through hudi, the connection is 
made to the local hive metastore (from spark). It doesn't connect to the 
external hive metastore. 
   
   But, without hudi, the spark catalog fetches tables hive tables from the 
external metastore
   ```
   spark = SparkSession.builder \
   .appName("test-hudi-hive-sync") \
   .enableHiveSupport() \
   .config("hive.metastore.uris", metastore_uri) \
   .getOrCreate()
   
   print("Before {}".format(spark.catalog.listTables()))
   ```



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [hudi] rakeshramakrishnan commented on issue #2439: [SUPPORT] Unable to sync with external hive metastore via metastore uris in the thrift protocol

2021-02-14 Thread GitBox


rakeshramakrishnan commented on issue #2439:
URL: https://github.com/apache/hudi/issues/2439#issuecomment-778816525


   @n3nash The PR is closed now. Is there any other PR that tracks this issue?
   



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [hudi] rakeshramakrishnan commented on issue #2439: [SUPPORT] Unable to sync with external hive metastore via metastore uris in the thrift protocol

2021-01-18 Thread GitBox


rakeshramakrishnan commented on issue #2439:
URL: https://github.com/apache/hudi/issues/2439#issuecomment-762161964


   @bvaradar @satishkotha : Will the PR #2449 address this issue? However the 
PR seems to be for the hive sync standalone tool. Or does the hive sync within 
hudi write use the same module?



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [hudi] rakeshramakrishnan commented on issue #2439: [SUPPORT] Unable to sync with external hive metastore via metastore uris in the thrift protocol

2021-01-16 Thread GitBox


rakeshramakrishnan commented on issue #2439:
URL: https://github.com/apache/hudi/issues/2439#issuecomment-761600146


   @satishkotha: I can see the table created in the hive table of the local 
spark catalog but not in the remote hive metastore. 
   There are no error logs.



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org