I am new in Hive.. I get data on first of every month. This data is stored as partitioned table in Hive. Suppose I get data in the middle of the month[any date],then do I delete the old partition and create a new partition with the latest date..
Please suggest me a solution..