Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A38839B11 for ; Sun, 4 Mar 2012 07:40:43 +0000 (UTC) Received: (qmail 19529 invoked by uid 500); 4 Mar 2012 07:40:43 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 19148 invoked by uid 500); 4 Mar 2012 07:40:39 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 19112 invoked by uid 99); 4 Mar 2012 07:40:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 07:40:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 07:40:36 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F169F6F16 for ; Sun, 4 Mar 2012 07:40:15 +0000 (UTC) Date: Sun, 4 Mar 2012 07:40:15 +0000 (UTC) From: "Jagane Sundar (Created) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <492553029.19374.1330846816579.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-8136) Enhance hadoop to use a newer version (0.8.1) of the jets3t library 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 Enhance hadoop to use a newer version (0.8.1) of the jets3t library ------------------------------------------------------------------- Key: HADOOP-8136 URL: https://issues.apache.org/jira/browse/HADOOP-8136 Project: Hadoop Common Issue Type: Improvement Components: fs/s3 Affects Versions: 1.0.0, 0.22.0, 0.23.3 Environment: Ubuntu 11.04, 64 bit, JDK 1.6.0_30 Reporter: Jagane Sundar Hadoop is built against, and includes, an older version of the Jets3t library - version 0.6.1. The current version of the Jets3t library(as of March 2012) is 0.8.1. This new version includes many improvements such as support for "Requester-Pays" buckets. Since hadoop includes a copy of the version 0.6.1 jets3t library, and since this version ends up early in the CLASSPATH, any Map Reduce application that wants to use the jets3t library ends up getting version 0.6.1 of the jets3t library. The MR application fails, usually with an error stating that the method signature of some method in the Jets3t library does not match. It would be useful to enhance Jets3tNativeFileSystemStore.java to use the API published by the 0.8.1 version of the jets3t library. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira