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/06/28 11:22:24 UTC

svn commit: r1497695 - /incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp

Author: swagle
Date: Fri Jun 28 09:22:23 2013
New Revision: 1497695

URL: http://svn.apache.org/r1497695
Log:
AMBARI-2518. Webhcat start failed. Additional fixes. (swagle)

Modified:
    incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp

Modified: incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp?rev=1497695&r1=1497694&r2=1497695&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp (original)
+++ incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hbase/manifests/hbase/service_check.pp Fri Jun 28 09:22:23 2013
@@ -95,7 +95,8 @@ class hdp-hbase::hbase::service_check() 
       }
      Anchor['hdp-hbase::hbase::service_check::begin'] ->  File['/tmp/hbaseSmokeVerify.sh']
        File[$hbase_servicecheck_file] ->  File[$hbase_grant_premissions_file] ->
-       Hdp::Exec['${smokeuser}_grant_privileges'] -> Exec[$hbase_servicecheck_file] ->
+       Hdp-hadoop::Exec-hadoop['${smokeuser}_grant_privileges'] ->
+       Exec[$hbase_servicecheck_file] ->
        Exec['/tmp/hbaseSmokeVerify.sh'] -> Anchor['hdp-hbase::hbase::service_check::end']
   } else {
     Anchor['hdp-hbase::hbase::service_check::begin'] ->  File['/tmp/hbaseSmokeVerify.sh']