[ https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965856#action_12965856 ]
Ashutosh Chauhan commented on HIVE-1526: ---------------------------------------- I greped for one of the classes which are reported as being not found in your compile.err {code} $ jar -tvf lib/thrift-0.5.0.jar | grep TBaseHelper.class 6739 Sun Nov 07 23:34:36 PST 2010 org/apache/thrift/TBaseHelper.class $ jar -tvf libthrift.jar | grep TBaseHelper.class $ {code} So, it seems like in your class path still libthrift.jar is getting picked up somehow instead of thrift-0.5.0.jar Can you try completely deleting libthrift.jar and libfb303.jar from your ${HIVE_ROOT}/ dir and then just have thrift-0.5.0.jar and thrift-fb303-0.5.0.jar in your lib/ dir and then build again. > Hive should depend on a release version of Thrift > ------------------------------------------------- > > Key: HIVE-1526 > URL: https://issues.apache.org/jira/browse/HIVE-1526 > Project: Hive > Issue Type: Task > Components: Build Infrastructure, Clients > Reporter: Carl Steinbach > Assignee: Carl Steinbach > Fix For: 0.7.0 > > Attachments: compile.err, HIVE-1526-complete.4.patch.txt, > HIVE-1526-complete.5.patch.txt, HIVE-1526-no-codegen.3.patch.txt, > HIVE-1526-no-codegen.4.patch.txt, HIVE-1526-no-codegen.5.patch.txt, > HIVE-1526.2.patch.txt, HIVE-1526.3.patch.txt, hive-1526.txt, libfb303.jar, > libthrift.jar, serde2_test.patch, svn_rm.sh, thrift-0.5.0.jar, > thrift-fb303-0.5.0.jar > > > Hive should depend on a release version of Thrift, and ideally it should use > Ivy to resolve this dependency. > The Thrift folks are working on adding Thrift artifacts to a maven repository > here: https://issues.apache.org/jira/browse/THRIFT-363 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.