Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 F2565FA4F for ; Wed, 17 Apr 2013 01:59:59 +0000 (UTC) Received: (qmail 52430 invoked by uid 500); 17 Apr 2013 01:59:59 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 52404 invoked by uid 500); 17 Apr 2013 01:59:59 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 52395 invoked by uid 99); 17 Apr 2013 01:59:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 01:59:59 +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 (athena.apache.org: domain of billie.rinaldi@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 01:59:54 +0000 Received: by mail-ob0-f173.google.com with SMTP id wn14so1016984obc.18 for ; Tue, 16 Apr 2013 18:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=+0/bGmvkc/QCmOvccpCvcmjgCmz3Sb7Qj7d4sH2R+ZY=; b=bvWRSWtNKBaL+B7rw2HglmQJKjZzv3aYQJFYc/imw0/VzZq2xkrgIgzfQTxheD/TuZ nE2zYnumxj/qYzFUqtpzE/B8BYaVi0gmBYgDnl3aSlVXDHQ4XBfWFdSQ9P6ZoPpCmolL dZtjWzjXN3HPx5yDd70i0N6a1z9pzPDBXDFbWHEKBhfthAyIwNbaOJMQXMVh0UiS8wcb QO3op1swyABEnPKc8W4S38U150ALY8SJEPLtPawuexT1287yd5QRDQ5sTy+CWcq0NUOt WegVg/ksCESiI3I/0efvBZL4tvwQcFfUjbCmT8bnCiDYQG7Unq0SRFAQtTMfJGXGumLT t7xw== MIME-Version: 1.0 X-Received: by 10.60.179.116 with SMTP id df20mr1729413oec.99.1366163973819; Tue, 16 Apr 2013 18:59:33 -0700 (PDT) Received: by 10.76.114.36 with HTTP; Tue, 16 Apr 2013 18:59:33 -0700 (PDT) In-Reply-To: <383416768.883187.1366159193417.JavaMail.root@sz0053a.westchester.pa.mail.comcast.net> References: <383416768.883187.1366159193417.JavaMail.root@sz0053a.westchester.pa.mail.comcast.net> Date: Tue, 16 Apr 2013 18:59:33 -0700 Message-ID: Subject: Re: VFS class reloading? From: Billie Rinaldi To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=089e0115fd345d52ef04da84d64f X-Virus-Checked: Checked by ClamAV on apache.org --089e0115fd345d52ef04da84d64f Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 16, 2013 at 5:39 PM, wrote: > > Updated my local 1.5 branch and tried to build with "mvn clean package -P > assemble -Dhadoop.version=0.20.205.0". I'm running CDH3 Update 3 locally, > so that should work. A bunch of tests failed in core with: > > Caused by: java.lang.ClassNotFoundException: > org.codehaus.jackson.map.JsonMappingException > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > > > Has anyone else seen this? > Yep, I broke that in ACCUMULO-730. See the first comment where I ask if anyone still needs 0.20.205.0 and what we should do to fix it if they do. It's not too late to weigh in. Billie > > -- Dave > > ----- Original Message ----- > From: "Eric Newton" > To: dev@accumulo.apache.org > Sent: Tuesday, April 16, 2013 7:52:09 PM > Subject: Re: VFS class reloading? > > We have tests for dynamic loading of classes so I'm pretty sure it works. > > John, can you repeat the failure? > > -Eric > > > > On Tue, Apr 16, 2013 at 6:50 PM, Dave Marion wrote: > > > Looking at the code, it should work. Keith and I had several > conversations > > about what the new classloader should do. I believe that he wanted it to > > behave like the old one and what I see in the code supports that. If it > is > > not working, then I would say create a ticket for it for now. I'll try to > > replicate it tonight if I have time. > > > > -----Original Message----- > > From: Dave Marion [mailto:dlmarion@comcast.net] > > Sent: Tuesday, April 16, 2013 6:41 PM > > To: dev@accumulo.apache.org > > Subject: RE: VFS class reloading? > > > > The implementation changed several times, so the pre-1.5 layout may not > > work. In 1.5, using the bootstrap script, it should put the accumulo jars > > into HDFS and dynamic loading from there should occur. I'll try and test > > tonight if I have time. > > > > -----Original Message----- > > From: John Vines [mailto:vines@apache.org] > > Sent: Tuesday, April 16, 2013 6:30 PM > > To: Accumulo Dev List > > Subject: VFS class reloading? > > > > Maybe I missed something with the switch to the VFS classloader, but does > > dynamic loading out of lib/ext no longer work? I had accumulo 1.5 > running, > > threw an iterator in there, but had to restart tserver to get the new > > iterator picked up. Was that an intentional change? > > > > > --089e0115fd345d52ef04da84d64f--