Not exactly able to reproduce the same error currently but I see that it was related to the Drill-1024 commit where the hive-storage code was moved out of java-exec. The *drillOI* definition has moved from config.fmpp (java-exec) to config.fmpp (hive-exec).
Jenkins build was still failing in java-exec - that means that the old ObjectInspectorHelper class was still present and it was probably looking for the tdd definition in config.fmpp(java-exec). Jenkins used 'mvn install' rather than 'mvn clean install' - maybe it was still referring to old ObjectInspectorHelper class. Still not sure. Will try reproducing exact error. Yash On Tue, Jun 24, 2014 at 10:46 PM, Jacques Nadeau <[email protected]> wrote: > Hey guys, > > I just saw that the build on Jenkins is failing. Any committer interested > in trying to troubleshoot? > > https://builds.apache.org/job/drill-scm/54 >
