Eiman Mohiuddin
07/06/2023, 12:12 PMselect *
statements but when any aggregation is applied and it calls map-reduce job then it fails and requires
<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