You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Flavian Jacquot (JIRA)" <ji...@apache.org> on 2015/02/13 16:44:11 UTC

[jira] [Created] (GIRAPH-993) Typo in GiraphApplicationMaster

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)