Maybe JsonLoader from ElephantBird can be useful? - https://github.com/kevinweil/elephant-bird/blob/master/pig/src/main/java/com/twitter/elephantbird/pig/load/JsonLoader.java.
2012/11/17 Russell Jurney <[email protected]>: > I have some JSON data with a uniform schema. I want to load it in Pig. > JsonStorage doesn't work, because the data has no schema. > > How can I load JSON data in Pig? > > -- > Russell Jurney twitter.com/rjurney [email protected] datasyndrome.com
