Re: Hive on Tez local debug

2018-01-18 Thread Eric Wohlstadter
bash> hive --hiveconf hive.root.logger=DEBUG,console On Thu, Jan 18, 2018 at 9:16 PM, Jia, Ke A wrote: > Hi all, > > How debug execution code in hive on tez? “hive --debug” command only debug > the explain level code and does not debug the execution code. Does hot have > the

Re: UDF get_splits()

2020-04-05 Thread Eric Wohlstadter
Hi Sungoo, get_splits() is used by the HiveWarehouseConnector, you can see an example here: https://github.com/hortonworks/hive-warehouse-connector/blob/HDP-3.1.5.20-4-tag/src/main/java/com/hortonworks/spark/sql/hive/llap/HiveWarehouseDataSourceReader.java That being said, I'm not sure if this