You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by di...@apache.org on 2020/07/27 16:57:54 UTC

[giraph] branch trunk updated: closes #138

This is an automated email from the ASF dual-hosted git repository.

dionysios pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/giraph.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f635a2e  closes #138
f635a2e is described below

commit f635a2e2bc63c041bf950241cc29e6d49043fa72
Author: Akshat Bordia <akshatb1>
AuthorDate: Mon Jul 27 09:57:28 2020 -0700

    closes #138
---
 .../src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/giraph-core/src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java b/giraph-core/src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java
index 72978bf..5796580 100644
--- a/giraph-core/src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java
+++ b/giraph-core/src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java
@@ -418,7 +418,7 @@ public class GiraphApplicationMaster {
    */
   public static void main(final String[] args) {
     boolean result = false;
-    LOG.info("Starting GitaphAM ");
+    LOG.info("Starting GiraphAM ");
     String containerIdString =  System.getenv().get(
       Environment.CONTAINER_ID.name());
     if (containerIdString == null) {