[ https://issues.apache.org/jira/browse/GIRAPH-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flavian Jacquot updated GIRAPH-993: ----------------------------------- Description: There are 2 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:" + was: 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:" + > 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 > Labels: patch > Fix For: 1.2.0-SNAPSHOT > > Original Estimate: 0h > Remaining Estimate: 0h > > There are 2 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)