There are multiple ways to modify data in Hive: LOADINSERTinto Hive tables from queriesinto directories from queriesinto Hive tables from SQLUPDATEDELETEMERGEEXPORT and IMPORT commands are also available (as of Hive 0.8). Loading files into tablesHive does not do any transformation while loading data into tables. Load operations are currently pure copy/move operations that move datafiles into loca