Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 270FA1789A for ; Fri, 13 Feb 2015 15:44:12 +0000 (UTC) Received: (qmail 67059 invoked by uid 500); 13 Feb 2015 15:44:12 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 66998 invoked by uid 500); 13 Feb 2015 15:44:12 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 66985 invoked by uid 500); 13 Feb 2015 15:44:11 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 66982 invoked by uid 99); 13 Feb 2015 15:44:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 15:44:11 +0000 Date: Fri, 13 Feb 2015 15:44:11 +0000 (UTC) From: "Flavian Jacquot (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GIRAPH-993) Typo in GiraphApplicationMaster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Flavian Jacquot created GIRAPH-993: -------------------------------------- Summary: Typo in GiraphApplicationMaster Key: GIRAPH-993 URL: https://issues.apache.org/jira/browse/GIRAPH-993 Project: Giraph Issue Type: Improvement Affects Versions: 1.2.0-SNAPSHOT Reporter: Flavian Jacquot Priority: Trivial Fix For: 1.2.0-SNAPSHOT There are two typo in GiraphApplicationMaster.java : line 498 : LOG.info("Conatain launch Commands :" + commands.get(0)); change to LOG.info("Container launch Commands :" + commands.get(0)); line 596 : LOG.info("After completion of one conatiner. current status is:" + change to LOG.info("After completion of one container. current status is:" + -- This message was sent by Atlassian JIRA (v6.3.4#6332)