I'm running DSE 2.2.1 on a single node dev cluster. I have a column family that contains json data. I'd like to load the json from the column family using PIG. PIG is running fine. I've compiled the Elephant-Bird jars, but when I reference the JsonLoader class I'm getting a Java.lang.IncompatibleClassChangeError. This appears to be an issue with Elephant-Bird, not DSE.
Does anyone have any advice as to how best load and parse Json data from a column family without using Elephant-Bird?
