Java UDF to convert String to date in PIG
About Code Many times it happens like you have received data from many systems and each system operates on a different kind of date format. But in the output you need to have a specific date format. Let’s say you are receiving date string like :- 12-01-2018 12:22:33 2018/12/01 12:22:33Read More →