https://delta.io logo
e

Eiman Mohiuddin

07/06/2023, 12:12 PM
Hi all, we are facing issues which connecting delta lake with hive, as have added, in hive-xml file and it works fine on
select *
statements but when any aggregation is applied and it calls map-reduce job then it fails and requires
Copy code
<property>
  <name>hive.input.format</name>
  <value>io.delta.hive.HiveInputFormat</value>
</property>
and it is solved by just adding this in query
add jars /hadoop/hive/auxjars/delta-hive-assembly_2.12-0.6.0.jar;
so has anyone encountered such problem and embeded above file permamnently in the settings as I have to above addition in each session