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)

Reply via email to