[07/51] [abbrv] ambari git commit: AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro Tanaka via yusaku)

2017-02-17 Thread rzang
AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro 
Tanaka via yusaku)

(cherry picked from commit 9b51e8b5f3a088c9ee2d4e557c003acf39487c53)

Change-Id: I5ec5700e6e3313480297019c6c54767142547285


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7dbbffb4
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7dbbffb4
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7dbbffb4

Branch: refs/heads/branch-feature-BUG-74026
Commit: 7dbbffb45aa9c7a57c46678a75526b656fdede44
Parents: e016c76
Author: Yusaku Sako 
Authored: Thu Feb 2 13:08:09 2017 -0800
Committer: Zuul 
Committed: Mon Feb 6 20:09:39 2017 -0800

--
 .../TEZ/0.4.0.2.1/configuration/tez-site.xml| 27 +-
 .../services/TEZ/configuration/tez-site.xml | 65 ++-
 .../2.2/services/TEZ/configuration/tez-site.xml | 83 ++
 .../2.3/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.5/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.2/services/TEZ/configuration/tez-site.xml | 88 +++-
 6 files changed, 272 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/7dbbffb4/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
index bf120e6..d7031e1 100644
--- 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
@@ -41,6 +41,7 @@
 The amount of memory to be used by the AppMaster
 
   int
+  MB
 
 
   
@@ -57,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -72,6 +76,10 @@
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -94,6 +102,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -105,6 +114,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -136,6 +146,10 @@
   it immediately. Only active when reuse is enabled. Set to -1 to never 
release a container
   in a session
 
+
+  int
+  ms
+
 
   
   
@@ -149,9 +163,13 @@
   
 tez.task.get-task.sleep.interval-ms.max
 200
-The maximum amount of time, in seconds, to wait before a task 
asks an AM for
+The maximum amount of time, in milliseconds, to wait before a 
task asks an AM for
   another task
 
+
+  int
+  ms
+
 
   
   
@@ -170,6 +188,10 @@
 Time (in seconds) to wait for AM to come up when trying to 
submit a DAG from
   the client
 
+
+  int
+  seconds
+
 
   
   
@@ -229,6 +251,9 @@
 tez.yarn.ats.enabled
 true
 Whether to send history events to YARN Application Timeline 
Server
+
+  boolean
+
 
   
   

http://git-wip-us.apache.org/repos/asf/ambari/blob/7dbbffb4/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
index 704022c..3632318 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
@@ -39,6 +39,10 @@
 tez.am.resource.memory.mb
 1536
 The amount of memory to be used by the AppMaster
+
+  int
+  MB
+
 
   
   
@@ -54,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -63,12 +70,19 @@
   completed, all tasks on the current vertex can be scheduled. Number of 
tasks ready for
   scheduling on the current vertex scales linearly between min-fraction 
and max-fraction
 
+
+  float
+
 
   
   
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  

[42/50] [abbrv] ambari git commit: AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro Tanaka via yusaku)

2017-02-03 Thread ncole
AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro 
Tanaka via yusaku)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: ebc05a917597eaa0b9cba60bb205478143538a78
Parents: b457d7b
Author: Yusaku Sako 
Authored: Thu Feb 2 13:08:09 2017 -0800
Committer: Yusaku Sako 
Committed: Thu Feb 2 13:08:34 2017 -0800

--
 .../TEZ/0.4.0.2.1/configuration/tez-site.xml| 27 +-
 .../services/TEZ/configuration/tez-site.xml | 65 ++-
 .../2.2/services/TEZ/configuration/tez-site.xml | 83 ++
 .../2.3/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.5/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.2/services/TEZ/configuration/tez-site.xml | 88 +++-
 6 files changed, 272 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/ebc05a91/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
index bf120e6..d7031e1 100644
--- 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
@@ -41,6 +41,7 @@
 The amount of memory to be used by the AppMaster
 
   int
+  MB
 
 
   
@@ -57,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -72,6 +76,10 @@
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -94,6 +102,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -105,6 +114,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -136,6 +146,10 @@
   it immediately. Only active when reuse is enabled. Set to -1 to never 
release a container
   in a session
 
+
+  int
+  ms
+
 
   
   
@@ -149,9 +163,13 @@
   
 tez.task.get-task.sleep.interval-ms.max
 200
-The maximum amount of time, in seconds, to wait before a task 
asks an AM for
+The maximum amount of time, in milliseconds, to wait before a 
task asks an AM for
   another task
 
+
+  int
+  ms
+
 
   
   
@@ -170,6 +188,10 @@
 Time (in seconds) to wait for AM to come up when trying to 
submit a DAG from
   the client
 
+
+  int
+  seconds
+
 
   
   
@@ -229,6 +251,9 @@
 tez.yarn.ats.enabled
 true
 Whether to send history events to YARN Application Timeline 
Server
+
+  boolean
+
 
   
   

http://git-wip-us.apache.org/repos/asf/ambari/blob/ebc05a91/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
index 704022c..3632318 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
@@ -39,6 +39,10 @@
 tez.am.resource.memory.mb
 1536
 The amount of memory to be used by the AppMaster
+
+  int
+  MB
+
 
   
   
@@ -54,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -63,12 +70,19 @@
   completed, all tasks on the current vertex can be scheduled. Number of 
tasks ready for
   scheduling on the current vertex scales linearly between min-fraction 
and max-fraction
 
+
+  float
+
 
   
   
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -78,6 +92,9 @@
   a Vertex. 1.4 with 100% queue available implies generating a number of 

ambari git commit: AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro Tanaka via yusaku)

2017-02-02 Thread yusaku
Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 53e1bd8af -> 9b51e8b5f


AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro 
Tanaka via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9b51e8b5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9b51e8b5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9b51e8b5

Branch: refs/heads/branch-2.5
Commit: 9b51e8b5f3a088c9ee2d4e557c003acf39487c53
Parents: 53e1bd8
Author: Yusaku Sako 
Authored: Thu Feb 2 13:08:09 2017 -0800
Committer: Yusaku Sako 
Committed: Thu Feb 2 13:09:20 2017 -0800

--
 .../TEZ/0.4.0.2.1/configuration/tez-site.xml| 27 +-
 .../services/TEZ/configuration/tez-site.xml | 65 ++-
 .../2.2/services/TEZ/configuration/tez-site.xml | 83 ++
 .../2.3/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.5/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.2/services/TEZ/configuration/tez-site.xml | 88 +++-
 6 files changed, 272 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/9b51e8b5/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
index bf120e6..d7031e1 100644
--- 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
@@ -41,6 +41,7 @@
 The amount of memory to be used by the AppMaster
 
   int
+  MB
 
 
   
@@ -57,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -72,6 +76,10 @@
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -94,6 +102,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -105,6 +114,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -136,6 +146,10 @@
   it immediately. Only active when reuse is enabled. Set to -1 to never 
release a container
   in a session
 
+
+  int
+  ms
+
 
   
   
@@ -149,9 +163,13 @@
   
 tez.task.get-task.sleep.interval-ms.max
 200
-The maximum amount of time, in seconds, to wait before a task 
asks an AM for
+The maximum amount of time, in milliseconds, to wait before a 
task asks an AM for
   another task
 
+
+  int
+  ms
+
 
   
   
@@ -170,6 +188,10 @@
 Time (in seconds) to wait for AM to come up when trying to 
submit a DAG from
   the client
 
+
+  int
+  seconds
+
 
   
   
@@ -229,6 +251,9 @@
 tez.yarn.ats.enabled
 true
 Whether to send history events to YARN Application Timeline 
Server
+
+  boolean
+
 
   
   

http://git-wip-us.apache.org/repos/asf/ambari/blob/9b51e8b5/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
index 704022c..3632318 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
@@ -39,6 +39,10 @@
 tez.am.resource.memory.mb
 1536
 The amount of memory to be used by the AppMaster
+
+  int
+  MB
+
 
   
   
@@ -54,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -63,12 +70,19 @@
   completed, all tasks on the current vertex can be scheduled. Number of 
tasks ready for
   scheduling on the current vertex scales linearly between min-fraction 
and max-fraction
 
+
+  float
+
 
   
   
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -78,6 +92,9 @@
  

ambari git commit: AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro Tanaka via yusaku)

2017-02-02 Thread yusaku
Repository: ambari
Updated Branches:
  refs/heads/trunk b457d7b87 -> ebc05a917


AMBARI-17722. Add some of value-attributes to property files in TEZ. (Masahiro 
Tanaka via yusaku)


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

Branch: refs/heads/trunk
Commit: ebc05a917597eaa0b9cba60bb205478143538a78
Parents: b457d7b
Author: Yusaku Sako 
Authored: Thu Feb 2 13:08:09 2017 -0800
Committer: Yusaku Sako 
Committed: Thu Feb 2 13:08:34 2017 -0800

--
 .../TEZ/0.4.0.2.1/configuration/tez-site.xml| 27 +-
 .../services/TEZ/configuration/tez-site.xml | 65 ++-
 .../2.2/services/TEZ/configuration/tez-site.xml | 83 ++
 .../2.3/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.5/services/TEZ/configuration/tez-site.xml |  6 ++
 .../2.2/services/TEZ/configuration/tez-site.xml | 88 +++-
 6 files changed, 272 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/ebc05a91/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
index bf120e6..d7031e1 100644
--- 
a/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
@@ -41,6 +41,7 @@
 The amount of memory to be used by the AppMaster
 
   int
+  MB
 
 
   
@@ -57,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -72,6 +76,10 @@
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -94,6 +102,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -105,6 +114,7 @@
 
 
   int
+  Bytes
 
 
   
@@ -136,6 +146,10 @@
   it immediately. Only active when reuse is enabled. Set to -1 to never 
release a container
   in a session
 
+
+  int
+  ms
+
 
   
   
@@ -149,9 +163,13 @@
   
 tez.task.get-task.sleep.interval-ms.max
 200
-The maximum amount of time, in seconds, to wait before a task 
asks an AM for
+The maximum amount of time, in milliseconds, to wait before a 
task asks an AM for
   another task
 
+
+  int
+  ms
+
 
   
   
@@ -170,6 +188,10 @@
 Time (in seconds) to wait for AM to come up when trying to 
submit a DAG from
   the client
 
+
+  int
+  seconds
+
 
   
   
@@ -229,6 +251,9 @@
 tez.yarn.ats.enabled
 true
 Whether to send history events to YARN Application Timeline 
Server
+
+  boolean
+
 
   
   

http://git-wip-us.apache.org/repos/asf/ambari/blob/ebc05a91/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
index 704022c..3632318 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/TEZ/configuration/tez-site.xml
@@ -39,6 +39,10 @@
 tez.am.resource.memory.mb
 1536
 The amount of memory to be used by the AppMaster
+
+  int
+  MB
+
 
   
   
@@ -54,6 +58,9 @@
 In case of a ScatterGather connection, the fraction of source 
tasks which should
   complete before tasks for the current vertex are schedule
 
+
+  float
+
 
   
   
@@ -63,12 +70,19 @@
   completed, all tasks on the current vertex can be scheduled. Number of 
tasks ready for
   scheduling on the current vertex scales linearly between min-fraction 
and max-fraction
 
+
+  float
+
 
   
   
 tez.am.am-rm.heartbeat.interval-ms.max
 250
 The maximum heartbeat interval between the AM and RM in 
milliseconds
+
+  int
+  ms
+
 
   
   
@@ -78,6 +92,9 @@
   a