You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2015/09/17 18:40:55 UTC

ambari git commit: AMBARI-12432. Oozie Service Check failing after enabling Kerberos. (mpapirkovskyy)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8ff7db805 -> 24dfa2fb0


AMBARI-12432. Oozie Service Check failing after enabling Kerberos. (mpapirkovskyy)


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

Branch: refs/heads/trunk
Commit: 24dfa2fb03956aeb2d30d8b2b06f9a66060fb9de
Parents: 8ff7db8
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Thu Sep 17 19:40:54 2015 +0300
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Thu Sep 17 19:41:09 2015 +0300

----------------------------------------------------------------------
 .../common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/24dfa2fb/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh
index 42b507b..df86eef 100644
--- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh
+++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh
@@ -29,7 +29,7 @@ export oozie_examples_dir=$6
 export hadoop_conf_dir=$7
 export hadoop_bin_dir=$8
 export smoke_test_user=$9
-export security_enabled=$10
+export security_enabled=${10}
 export smoke_user_keytab=${11}
 export kinit_path_local=${12}
 export smokeuser_principal=${13}