Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 638BD1027F for ; Sun, 2 Jun 2013 17:08:21 +0000 (UTC) Received: (qmail 54405 invoked by uid 500); 2 Jun 2013 17:08:20 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 54353 invoked by uid 500); 2 Jun 2013 17:08:20 -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 54345 invoked by uid 500); 2 Jun 2013 17:08:20 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 54342 invoked by uid 99); 2 Jun 2013 17:08:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 17:08:20 +0000 Date: Sun, 2 Jun 2013 17:08:20 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4562) HIVE-3393 brought in Jackson library,and these four jars should be packed into hive-exec.jar 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-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4562: ----------------------------------- Affects Version/s: 0.10.0 0.11.0 > HIVE-3393 brought in Jackson library,and these four jars should be packed into hive-exec.jar > -------------------------------------------------------------------------------------------- > > Key: HIVE-4562 > URL: https://issues.apache.org/jira/browse/HIVE-4562 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.10.0, 0.11.0 > Reporter: caofangkun > Assignee: caofangkun > Priority: Minor > Fix For: 0.12.0 > > Attachments: HIVE-4562-1.patch, HIVE-4562-2.patch > > > Some jars of Hive are required not only by the client but also the server (every Hadoop slave), > though we could use 'add jar' command to add all the jars in dis-cache , > but in common way ,we may add these jars in $HADOOP_HOME/lib/ of every salve of the Hadoop Cluster, > and need restart all the tasktrackers . > For example: > When using hive stats, If we use mysql as tmp stats db ,every salve of the Hadoop Cluster should contain > mysql-connector-java-****.jar in $HADOOP_HOME/lib/ > And for column stats > In all slaves $HADOOP_HOME/lib/ should contain: > jackson-core-asl-1.8.8.jar > jackson-jaxrs-1.8.8.jar > jackson-mapper-asl-1.8.8.jar > jackson-xc-1.8.8.jar > These jars should be separated from other common client-side-jars . -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira