I am new to hive. My input file is of the form (ID, Date(YYYY-MM-DD), hour(HH), key, value).Table is partitioned on (date, hour) the input file contains data for seven days(24 hours for each day). When i load this data into hive table, i need the data to be loaded in respective partitions of the table. Can some please help me out.
Thanks, Sudhakar.