I am trying to upload a file using a scheme that is mainly related to TSV (values separated by tabs), but one of the fields is the JSON value. It seems that the Latin pig has a TextLoader for tabs (or other) of shared values, and JsonLoader for JSON ...
In particular, each row of data looks like this:
date\tevent_name\tevent_details\n
where event_details is a formatted JSON string. The rest are just char arrays.
What is the easiest way to download this data?
Notes: I am using Pig ver 0.11.1.
source share