You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2013/08/23 20:24:06 UTC

git commit: AMBARI-3014. Namenode start fails with puppet error. (swagle)

Updated Branches:
  refs/heads/branch-1.4 2addb3403 -> c29c03a88


AMBARI-3014. Namenode start fails with puppet error. (swagle)


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

Branch: refs/heads/branch-1.4
Commit: c29c03a88e97dce30181e8c6dfedb191100473cb
Parents: 2addb34
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri Aug 23 11:15:15 2013 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri Aug 23 11:15:15 2013 -0700

----------------------------------------------------------------------
 ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c29c03a8/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp
index 989c795..793f477 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp
+++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp
@@ -408,7 +408,8 @@ define hdp-hadoop::exec-hadoop(
   $try_sleep = undef,
   $user = undef,
   $logoutput = undef,
-  $onlyif = undef
+  $onlyif = undef,
+  $path = undef
 )
 {
   include hdp-hadoop::params