Thursday, June 3, 2021

how to run hive in debug mode

 


hive --hiveconf hive.root.logger=DEBUG,console  -f user_details.hql

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...