Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 9440 invoked from network); 5 Nov 2010 09:25:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 09:25:38 -0000 Received: (qmail 31294 invoked by uid 500); 5 Nov 2010 09:26:09 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 31123 invoked by uid 500); 5 Nov 2010 09:26:06 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 31107 invoked by uid 99); 5 Nov 2010 09:26:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 09:26:05 +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; Fri, 05 Nov 2010 09:26:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA59Pfiq003870 for ; Fri, 5 Nov 2010 09:25:41 GMT Message-ID: <19180676.27931288949141493.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 05:25:41 -0400 (EDT) From: "Scott Carey (JIRA)" To: dev@avro.apache.org Subject: [jira] Updated: (AVRO-647) Break avro.jar into avro.jar, avro-dev.jar and avro-hadoop.jar In-Reply-To: <26479427.107211283304353177.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-647: ----------------------------- Fix Version/s: 1.5.0 > Break avro.jar into avro.jar, avro-dev.jar and avro-hadoop.jar > -------------------------------------------------------------- > > Key: AVRO-647 > URL: https://issues.apache.org/jira/browse/AVRO-647 > Project: Avro > Issue Type: Improvement > Components: java > Reporter: Scott Carey > Assignee: Scott Carey > Fix For: 1.5.0 > > Attachments: AVRO-647.patch, migrateAvro.sh > > > Our dependencies are starting to get a little complicated on the Java side. > I propose we build two (possibly more) jars related to our major dependencies and functions. > 1. avro.jar (or perhaps avro-core.jar) > This contains all of the core avro functionality for _using_ avro as a library. This excludes the specific compiler, avro idl, and other build-time or development tools, as well as avro packages for third party integration such as hadoop. This jar should then have a minimal set of dependencies (jackson, jetty, SLF4J ?). > 2. avro-dev.jar > This would contain compilers, idl, development tools, etc. Most applications will not need this, but build systems and developers will. > 3. avro-hadoop.jar > This would contain the hadoop API and possibly pig/hive/whatever related to that. This makes it easier for pig/hive/hadoop to consume avro-core without circular dependencies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.