Return-Path: X-Original-To: apmail-oodt-dev-archive@www.apache.org Delivered-To: apmail-oodt-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 84FE59D98 for ; Tue, 1 May 2012 01:41:59 +0000 (UTC) Received: (qmail 95317 invoked by uid 500); 1 May 2012 01:41:59 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 95261 invoked by uid 500); 1 May 2012 01:41:59 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Received: (qmail 95238 invoked by uid 99); 1 May 2012 01:41:58 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 01:41:58 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 9A5EF1C3D92; Tue, 1 May 2012 01:41:57 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6082218894971005528==" MIME-Version: 1.0 Subject: Re: Review Request: Add file staging support to CAS-PGE From: "Chris Mattmann" To: "Paul Ramirez" , "Thomas Bennett" , "Ricky Nguyen" , "Chris Mattmann" Date: Tue, 01 May 2012 01:41:57 -0000 Message-ID: <20120501014157.19285.26756@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org X-ReviewRequest-URL: https://reviews.apache.org/r/4746/ Cc: "brian Foster" ,"oodt" In-Reply-To: <20120430212330.19257.93880@reviews.apache.org> References: <20120430212330.19257.93880@reviews.apache.org> --===============6082218894971005528== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4746/#review7408 ----------------------------------------------------------- trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java Nice, took me a sec to find this! Static method import, win. - Chris On 2012-04-30 21:23:30, brian Foster wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4746/ > ----------------------------------------------------------- > = > (Updated 2012-04-30 21:23:30) > = > = > Review request for oodt, Chris Mattmann, Ricky Nguyen, Paul Ramirez, and = Thomas Bennett. > = > = > Summary > ------- > = > Will introduce a FileStaging abstract class with currently 1 implementati= on using the FileManager. There will also be a new Config object which allo= w for file paths or product ids which would you like to stage... this code = will be plugged in the XML configuration in a separate patch > = > - This patch also include minor changes to log statments in PGETaskInstan= ce > = > = > This addresses bug OODT-443. > https://issues.apache.org/jira/browse/OODT-443 > = > = > Diffs > ----- > = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETask.java 1302648 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java 13= 11492 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/config/FileStagingInfo.= java PRE-CREATION = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/config/PgeConfig.java 1= 311492 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeTaskMetKeys= .java 1311492 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/staging/FileManagerFile= Stager.java PRE-CREATION = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/staging/FileStager.java= PRE-CREATION = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/util/GenericPgeObjectFa= ctory.java PRE-CREATION = > trunk/pge/src/test/org/apache/oodt/cas/pge/staging/TestFileStager.java = PRE-CREATION = > = > Diff: https://reviews.apache.org/r/4746/diff > = > = > Testing > ------- > = > unit-tests > = > = > Thanks, > = > brian > = > --===============6082218894971005528==--