Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C102A100B4 for ; Mon, 10 Feb 2014 05:42:04 +0000 (UTC) Received: (qmail 10400 invoked by uid 500); 10 Feb 2014 05:42:04 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 10352 invoked by uid 500); 10 Feb 2014 05:42:03 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 10343 invoked by uid 500); 10 Feb 2014 05:42:02 -0000 Delivered-To: apmail-incubator-hama-commits@incubator.apache.org Received: (qmail 10340 invoked by uid 99); 10 Feb 2014 05:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 05:42:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 05:42:00 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 22EBAF42 for ; Mon, 10 Feb 2014 05:41:39 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 10 Feb 2014 05:41:38 -0000 Message-ID: <20140210054138.7516.67668@eos.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Trivial_Update_of_=22JobInProgress=22_by_ChiaHu?= =?utf-8?q?ngLin?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "JobInProgress" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/JobInProgress?action=3Ddiff&rev1=3D12&rev2=3D13 String jobName; <
> BSPJobID jobId; <
> --(BSPMaster master;//only store job info.)-- <
> - TaskInProgress tasks[]; <
> + TaskInProgress tasks[]; // will be replaced by o.a.h.b.v2.Task where st= ores a task to groom relation. <
> long superstepCounter; <
> = Counters counters; //See [[http://www.philippeadjiman.com/blog/2010/01/= 07/hadoop-tutorial-series-issue-3-counters-in-action/|Counters In Action]] @@ -22, +22 @@ int numBSPTasks; <
> int clusterSize; <
> --(String jobSplit; // dir where files are split.)-- <
> - = + String[] masters; // newly added, indicting which master currently deal= s with this job. <
> = JobProifile <
> String user <
>