You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2018/06/06 20:43:21 UTC

[fluo-uno] branch master updated: Updates due refactoring in apache/accumulo#508 (#180)

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ddfef6  Updates due refactoring in apache/accumulo#508 (#180)
4ddfef6 is described below

commit 4ddfef6f6d9f0d414fef2cc9402bf62434d84268
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Jun 6 16:43:18 2018 -0400

    Updates due refactoring in apache/accumulo#508 (#180)
---
 bin/impl/setup-accumulo.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/impl/setup-accumulo.sh b/bin/impl/setup-accumulo.sh
index 174f52b..c26a80c 100755
--- a/bin/impl/setup-accumulo.sh
+++ b/bin/impl/setup-accumulo.sh
@@ -50,8 +50,8 @@ else
   cp "$UNO_HOME"/conf/accumulo/accumulo-site-2.0.xml "$conf"/accumulo-site.xml
   $SED "s#instance[.]name=#instance.name=$ACCUMULO_INSTANCE#" "$conf"/accumulo-client.properties
   $SED "s#instance[.]zookeepers=localhost:2181#instance.zookeepers=$UNO_HOST:2181#" "$conf"/accumulo-client.properties
-  $SED "s#auth[.]username=#auth.username=$ACCUMULO_USER#" "$conf"/accumulo-client.properties
-  $SED "s#auth[.]password=#auth.password=$ACCUMULO_PASSWORD#" "$conf"/accumulo-client.properties
+  $SED "s#auth[.]principal=#auth.principal=$ACCUMULO_USER#" "$conf"/accumulo-client.properties
+  $SED "s#auth[.]token=#auth.token=$ACCUMULO_PASSWORD#" "$conf"/accumulo-client.properties
 fi
 $SED "s#localhost#$UNO_HOST#" "$conf/masters" "$conf/monitor" "$conf/gc"
 $SED "s#export ZOOKEEPER_HOME=[^ ]*#export ZOOKEEPER_HOME=$ZOOKEEPER_HOME#" "$conf"/accumulo-env.sh

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.