Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 945B0E0DE for ; Thu, 7 Feb 2013 17:15:57 +0000 (UTC) Received: (qmail 17592 invoked by uid 500); 7 Feb 2013 17:15:57 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 17542 invoked by uid 500); 7 Feb 2013 17:15:57 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 17534 invoked by uid 99); 7 Feb 2013 17:15:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 17:15:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 17:15:47 +0000 Received: by mail-vb0-f52.google.com with SMTP id fa15so1735301vbb.39 for ; Thu, 07 Feb 2013 09:15:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type; bh=RM935Djvj0QZQOwChrciGRltGT8jVV7J5B0h6fHKjew=; b=bUvjHaolR/LORMDc+XAOP8h5Y0H5IP6NMjJA+lnOPxaNTI8Lr8oJxShSFhc6ZS9mjQ MMLIV7AIsfYe+oW6YDAHarvcrRtJzQtM+Q8eW2i9XAzHASKoBCfpZ+jZ0pPsra8+cZIF YSm6ljp+v+TGlNqxnVkY4Xm5Cz5DIe3qy4pV1PaR11nkA9MBQ6LR41fisIK52TkD5K4U jxjiSR5EnnJsRn5hkFC02I9pKoKZA5AdT/If2h1vVWb9h5VPdWyNTRExzobfdJckV3EZ CBD6zrbD1N8ccRTAhXQIJcwJAYPzwTe+30gdNTc0sB3Qk1atxBQMmi8yBXLRCD35huYM kObQ== X-Received: by 10.52.27.241 with SMTP id w17mr2305395vdg.96.1360257326691; Thu, 07 Feb 2013 09:15:26 -0800 (PST) Received: from [144.51.26.21] (rd6um-34105l.tycho.ncsc.mil. [144.51.26.21]) by mx.google.com with ESMTPS id p15sm35140769vdu.7.2013.02.07.09.15.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 09:15:25 -0800 (PST) Message-ID: <5113E128.3020700@gmail.com> Date: Thu, 07 Feb 2013 12:15:20 -0500 From: Josh Elser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: user@accumulo.apache.org Subject: Re: upgrading to CDH3u5 References: <0A8F66C42F49E448A40E99946404EE5B763508DE93@aplesstar.dom1.jhuapl.edu> In-Reply-To: <0A8F66C42F49E448A40E99946404EE5B763508DE93@aplesstar.dom1.jhuapl.edu> Content-Type: multipart/alternative; boundary="------------020409030801020607030305" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------020409030801020607030305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The upgrade *should* be relatively painless. The only thing to note is that you will need to recompile Accumulo against the correct CDH3 artifacts from >=CDH3u4. With Accumulo 1.5.0 this can be done by specifying -Dhadoop.version=0.20.2-cdh3u5 and -Dzookeeper.version=3.3.5-cdh3u5 when you `mvn package -Passemble`. With Accumulo 1.4.x, you'll have to update the dependencies in the pom yourself. - Josh On 2/7/13 11:42 AM, Hider, Sandy wrote: > > I am curious if anyone has upgraded their Accumulo clouds Hadoop > version from 0.20.2 to CDH3 which is based off of a version of > 0.20.2. Can you just replace one version with another on an active cloud? > > Anyone tried this? > > Sandy > --------------020409030801020607030305 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The upgrade *should* be relatively painless.

The only thing to note is that you will need to recompile Accumulo against the correct CDH3 artifacts from >=CDH3u4.

With Accumulo 1.5.0 this can be done by specifying -Dhadoop.version=0.20.2-cdh3u5 and -Dzookeeper.version=3.3.5-cdh3u5 when you `mvn package -Passemble`. With Accumulo 1.4.x, you'll have to update the dependencies in the pom yourself.

- Josh

On 2/7/13 11:42 AM, Hider, Sandy wrote:

I am curious if anyone has upgraded their Accumulo clouds Hadoop version from 0.20.2  to CDH3  which is based off of a version of 0.20.2.  Can you just replace one version with another on an active cloud?

 

Anyone tried this?

 

Sandy

 


--------------020409030801020607030305--