You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/11/15 20:20:58 UTC

[26/50] [abbrv] hive git commit: HIVE-15136: (addendum)

HIVE-15136: (addendum)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/52ba014f
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/52ba014f
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/52ba014f

Branch: refs/heads/hive-14535
Commit: 52ba014fc0bca87a5d10b7d15ab2f6bf2a101cd5
Parents: be4fbeb
Author: Gopal V <go...@apache.org>
Authored: Fri Nov 11 18:24:17 2016 -0800
Committer: Gopal V <go...@apache.org>
Committed: Fri Nov 11 18:24:17 2016 -0800

----------------------------------------------------------------------
 llap-server/src/main/resources/templates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/52ba014f/llap-server/src/main/resources/templates.py
----------------------------------------------------------------------
diff --git a/llap-server/src/main/resources/templates.py b/llap-server/src/main/resources/templates.py
index 0176384..5684f33 100644
--- a/llap-server/src/main/resources/templates.py
+++ b/llap-server/src/main/resources/templates.py
@@ -114,7 +114,7 @@ resources = """
       "yarn.role.priority": "1",
       "yarn.component.instances": "%(instances)d",
       "yarn.memory": "%(container.mb)d",
-      "yarn.component.placement.policy" : "%(placement)"
+      "yarn.component.placement.policy" : "%(placement)d"
     }
   }
 }