Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 79214 invoked from network); 30 Nov 2010 01:37:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 01:37:37 -0000 Received: (qmail 84225 invoked by uid 500); 30 Nov 2010 01:37:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84137 invoked by uid 500); 30 Nov 2010 01:37:36 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 84027 invoked by uid 500); 30 Nov 2010 01:37:36 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84011 invoked by uid 99); 30 Nov 2010 01:37:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 01:37:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 01:37:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAU1bFq3029067 for ; Tue, 30 Nov 2010 01:37:15 GMT Message-ID: <17774423.16011291081035861.JavaMail.jira@thor> Date: Mon, 29 Nov 2010 20:37:15 -0500 (EST) From: "Daisuke Fujiwara (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1612) Cannot build hive for hadoop 0.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965068#action_12965068 ] Daisuke Fujiwara commented on HIVE-1612: ---------------------------------------- Hi AJ, I would like to get more information about your environment because I can successfully start the hive cli session as well as hive thrift server, and they seem to work fine. Your error messages suggest to me that your class path is not set correctly for some reason. However those two classes that are reported (org/apache/hadoop/hive/conf/HiveConf and org/apache/thrift/protocol/TProtocolFactory) are present in the $HIVE_HOME/lib folder, namely hive-common-0.7.0.jar and libthrift.jar. Delving further into how the classpath is set, it seems like bin/hive takes care of it. So I am not sure why your instance fails to locate those classes. Please let me know if you have any suggestions. > Cannot build hive for hadoop 0.21.0 > ----------------------------------- > > Key: HIVE-1612 > URL: https://issues.apache.org/jira/browse/HIVE-1612 > Project: Hive > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: AJ Pahl > Attachments: HIVE-1612.patch > > > Current trunk for 0.7.0 does not support building HIVE against the Hadoop 0.21.0 release. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.