Swapnil Gandhi created GIRAPH-1199: -------------------------------------- Summary: Incorrect Logging Statement on #255 in GiraphYarnClient Key: GIRAPH-1199 URL: https://issues.apache.org/jira/browse/GIRAPH-1199 Project: Giraph Issue Type: Improvement Reporter: Swapnil Gandhi
Summary : In-case, Yarn-Heap-Size passed in Giraph Configuration exceeds max available capacity, we downgrade its value to max capacity (Lines #253-#257). Currently, the logger message associated with this conditional loop incorrectly states "minimum" instead of "maximum", which is misleading. This change fixes it. Pull Request : https://github.com/apache/giraph/pull/78 -- This message was sent by Atlassian JIRA (v7.6.3#76005)