You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/02/28 14:48:57 UTC

[hadoop] branch docker-hadoop-runner updated: HDDS-1190. Fix jdk 11 issue for ozonesecure base image and docker-compose . Contributed by Xiaoyu Yao.

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch docker-hadoop-runner
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/docker-hadoop-runner by this push:
     new 3abcfc8  HDDS-1190. Fix jdk 11 issue for ozonesecure base image and docker-compose . Contributed by Xiaoyu Yao.
3abcfc8 is described below

commit 3abcfc8137dd1abc5bc8bfc875feae95a21cbf74
Author: Xiaoyu Yao <xy...@apache.org>
AuthorDate: Thu Feb 28 15:48:19 2019 +0100

    HDDS-1190. Fix jdk 11 issue for ozonesecure base image and docker-compose . Contributed by Xiaoyu Yao.
---
 scripts/starter.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/starter.sh b/scripts/starter.sh
index 2f9894f..7688ce7 100755
--- a/scripts/starter.sh
+++ b/scripts/starter.sh
@@ -67,8 +67,8 @@ if [ -n "$KERBEROS_ENABLED" ]; then
     sleep "$SLEEP_SECONDS"
   fi
 
-  if [ -z "$KEYTAB_DIR"]; then
-    KEYTAB_DIR=/etc/security/keytabs
+  if [ -z "$KEYTAB_DIR" ]; then
+    KEYTAB_DIR='/etc/security/keytabs'
   fi
   while true
     do


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org