Hi,I checked out the current trunk https://github.com/mongodb/mongo-hadoop/, got the following error when run "sbt package":[error] mongo-hadoop/pig/src/main/java/com/mongodb/hadoop/pig/MongoLoader.java:82: unreported exception org.apache.pig.impl.logicalLayer.parser.ParseException; must be caught or declared to be thrown[error] ResourceSchema schema = new ResourceSchema(Utils.getSchemaFromString(strSchema));My hadoop and pig are cdh3u3, and in build.sbt, I changed it to "hadoopRelease in ThisBuild := "cdh3"".Is there any version mismatch or something?Thanks,Shawn