You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/05/17 22:53:10 UTC

ambari git commit: AMBARI-11201. Oozie Service Check fails looking for incorrect keytab (alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 6b873569d -> df69e9966


AMBARI-11201. Oozie Service Check fails looking for incorrect keytab (alejandro)


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

Branch: refs/heads/trunk
Commit: df69e99664648cbb49ce8bf5345ac37904b5a19d
Parents: 6b87356
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Sun May 17 13:39:29 2015 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Sun May 17 13:48:48 2015 -0700

----------------------------------------------------------------------
 .../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/df69e996/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 fd76321..d8cceb6 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 hadoop_conf_dir=$6
 export hadoop_bin_dir=$7
 export smoke_test_user=$8
 export security_enabled=$9
-export smoke_user_keytab=$10
+export smoke_user_keytab=${10}
 export kinit_path_local=${11}
 export smokeuser_principal=${12}