Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35B9073F1 for ; Mon, 1 Aug 2011 14:37:44 +0000 (UTC) Received: (qmail 3309 invoked by uid 500); 1 Aug 2011 14:37:44 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 3269 invoked by uid 500); 1 Aug 2011 14:37:43 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 3261 invoked by uid 99); 1 Aug 2011 14:37:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 14:37:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tommaso.teofili@gmail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-gw0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 14:37:34 +0000 Received: by gwb11 with SMTP id 11so4047673gwb.6 for ; Mon, 01 Aug 2011 07:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rxaw27WUViUjM+/Pz/tjTsddli2FGvHp/JI5UkMUwtY=; b=LSYFnWVH8Xy12FVDvDvLS7O8tTB7niXcNuqFsK6wAG5Xe2jxosPu55BeBV/NpaPTub Xgk0tmVqkLGXe44XTFcOPjXJVLTMCNx2B2Mo88mSSBAagMD+PGP2EcPb5RTTO9lpnVRe 3/hoGFh/j8GxIvpla4OQyiN2HOMNV0kwtF2u8= Received: by 10.143.82.5 with SMTP id j5mr2782071wfl.280.1312209433115; Mon, 01 Aug 2011 07:37:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.58.4 with HTTP; Mon, 1 Aug 2011 07:36:33 -0700 (PDT) In-Reply-To: References: From: Tommaso Teofili Date: Mon, 1 Aug 2011 16:36:33 +0200 Message-ID: Subject: Re: Refactoring Hama structure for better Maven usage To: hama-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=000e0cd24cd821beba04a97291b6 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd24cd821beba04a97291b6 Content-Type: text/plain; charset=ISO-8859-1 I've committed the patch. Everything seems fine to me. Feedback appreciated :-) Tommaso p.s. Maybe we should look at NOTICE/LICENSE files for each module by next release to make sure everything is ok. 2011/8/1 Edward J. Yoon > +1 > > On Mon, Aug 1, 2011 at 5:00 PM, Tommaso Teofili > wrote: > > I'll go on committing the patch by the end of the day if no one objects. > > Tommaso > > > > 2011/8/1 Tommaso Teofili > > > >> Thanks Edward, I'll update the patch :) > >> Tommaso > >> > >> 2011/8/1 Edward J. Yoon > >> > >> >> I can't reproduce the error with testjob, Edward can you specify how > to > >>> >> reproduce that? > >>> > >>> I found it can be fixed by adding "System.getProperty("user.dir")" to > >>> "TEST_JOB" path of TestBSPMasterGroomServer. > >>> > >>> 58 line: bsp.setJar(System.getProperty("user.dir") + "/" + TEST_JOB); > >>> > >>> On Fri, Jul 29, 2011 at 9:25 PM, Edward J. Yoon > > >>> wrote: > >>> > Yes sir~! > >>> > > >>> > On Fri, Jul 29, 2011 at 9:23 PM, Tommaso Teofili > >>> > wrote: > >>> >> I found myself a problem with src/webapps path written inside > >>> HttpServer. > >>> >> Will move src/webapps to src/main/webapp as this is the default > Maven > >>> >> location for jsp files. > >>> >> I can't reproduce the error with testjob, Edward can you specify how > to > >>> >> reproduce that? > >>> >> Thanks > >>> >> Tommaso > >>> >> > >>> >> 2011/7/29 Edward J. Yoon > >>> >> > >>> >>> Rest are very nice I'm +1 :D > >>> >>> > >>> >>> [INFO] Reactor Summary: > >>> >>> [INFO] > >>> >>> [INFO] Apache Hama parent POM ............................ SUCCESS > >>> [0.691s] > >>> >>> [INFO] Apache Hama Core .................................. SUCCESS > >>> >>> [27.276s] > >>> >>> [INFO] Apache Hama Examples .............................. SUCCESS > >>> [4.733s] > >>> >>> [INFO] > >>> >>> > >>> > ------------------------------------------------------------------------ > >>> >>> [INFO] BUILD SUCCESS > >>> >>> [INFO] > >>> >>> > >>> > ------------------------------------------------------------------------ > >>> >>> [INFO] Total time: 32.837s > >>> >>> [INFO] Finished at: Fri Jul 29 21:00:17 KST 2011 > >>> >>> [INFO] Final Memory: 21M/130M > >>> >>> > >>> >>> On Fri, Jul 29, 2011 at 9:03 PM, Edward J. Yoon < > >>> edwardyoon@apache.org> > >>> >>> wrote: > >>> >>> > I found one error message: "File > src/test/java/testjar/testjob.jar > >>> >>> > does not exist." > >>> >>> > > >>> >>> > Does anyone have a idea to get rid of this jar file? or to get > base > >>> >>> directory? > >>> >>> > > >>> >>> > On Fri, Jul 29, 2011 at 7:44 PM, Tommaso Teofili > >>> >>> > wrote: > >>> >>> >> Hello again, > >>> >>> >> I've opened HAMA-417 [1] and supplied a patch. > >>> >>> >> Before committing it, I ask you to review it as it's a pretty > huge > >>> >>> >> refactoring. > >>> >>> >> Then I can go on either committing it on trunk or creating a > >>> separate > >>> >>> branch > >>> >>> >> which can be merged back to trunk afterwards. > >>> >>> >> Cheers, > >>> >>> >> Tommaso > >>> >>> >> > >>> >>> >> [1] : https://issues.apache.org/jira/browse/HAMA-417 > >>> >>> >> > >>> >>> >> 2011/7/29 Tommaso Teofili > >>> >>> >> > >>> >>> >>> Hi al, > >>> >>> >>> I'd like to start the refactoring we discussed some time ago in > >>> order > >>> >>> to > >>> >>> >>> create different modules for hama-core and hama-examples, this > >>> should > >>> >>> also > >>> >>> >>> help any future factoring out of functionalities in more fine > >>> grained > >>> >>> >>> modules. > >>> >>> >>> What do you think? > >>> >>> >>> Regards, > >>> >>> >>> Tommaso > >>> >>> >>> > >>> >>> >> > >>> >>> > > >>> >>> > > >>> >>> > > >>> >>> > -- > >>> >>> > Best Regards, Edward J. Yoon > >>> >>> > @eddieyoon > >>> >>> > > >>> >>> > >>> >>> > >>> >>> > >>> >>> -- > >>> >>> Best Regards, Edward J. Yoon > >>> >>> @eddieyoon > >>> >>> > >>> >> > >>> > > >>> > > >>> > > >>> > -- > >>> > Best Regards, Edward J. Yoon > >>> > @eddieyoon > >>> > > >>> > >>> > >>> > >>> -- > >>> Best Regards, Edward J. Yoon > >>> @eddieyoon > >>> > >> > >> > > > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon > --000e0cd24cd821beba04a97291b6--