Load timestamp values from file into pig
2017-07-30
 Requirement Assume that you want to load a file having timestamp values (yyyy-MM-dd HH:mm:ss) into Pig. After loading into Pig, add one day into each timestamp value. Solution Follow the below steps:- Step 1: Sample file Create a sample file named as timestamp_sample.txt file and put timestamp values in formatRead More →