hadoop – ERROR 1070: Could not resolve toDate using imports: [, java.lang., > org.apache.pig.builtin., org.apache.pig.impl.builtin.] – Code Utility
Having a problem with casting data to datetime with pig. Importing the following dataset, tab delimited, I added the \t to illustrate. 5000001 \t 1133938 \t 1273719 \t 2008-06-01 00:03:35.0 I want to take the last value (2008-06-01 00:03:35.0) and extract the month. Loading it as a DateTime produces a blank field. So I want … Read more