Member since
02-10-2020
64
Posts
1
Kudos Received
0
Solutions
01-08-2022
04:40 AM
@drgenious You can use set hive.merge.tezfiles=true; to fix merge file issue
... View more
01-07-2022
05:40 AM
@Lo Good Day!! Even though you submit spark-submit via JDBC the request goes through the HMS. HMS detects the type of client for interacting with it, for example, Hive or Spark, and acts accordingly. If you see any timeout requests in the logs you can adjust the below property. hive.metastore.client.socket.timeout=<to a higher value> Check and let us know If this helped.
... View more
01-07-2022
05:31 AM
@NSandeep Tez is a client which is mandatory to add before installing Hive on Tez. Try to add Tez and then Hive on Tez it will be successful. Check and let us know If this helped. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/hive-introduction/topics/hive_installing_on_tez.html Thanks, Sree
... View more