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 671cecd Update package for crypto service plugin (#209)
671cecd is described below
commit 671cecd725df3b02a4661db504f6208fa2a12a07
Author: Mike Miller <[email protected]>
AuthorDate: Wed Dec 19 14:51:31 2018 -0500
Update package for crypto service plugin (#209)
---
plugins/accumulo-encryption.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/accumulo-encryption.sh b/plugins/accumulo-encryption.sh
index 876aa2d..f3810c2 100755
--- a/plugins/accumulo-encryption.sh
+++ b/plugins/accumulo-encryption.sh
@@ -26,4 +26,4 @@ accumulo_conf=$ACCUMULO_HOME/conf/accumulo.properties
encrypt_key=$ACCUMULO_HOME/conf/data-encryption.key
openssl rand -out $encrypt_key 32
echo "instance.crypto.opts.key.uri=file://$encrypt_key" >> "$accumulo_conf"
-echo
"instance.crypto.service=org.apache.accumulo.core.security.crypto.impl.AESCryptoService"
>> "$accumulo_conf"
+echo
"instance.crypto.service=org.apache.accumulo.core.cryptoImpl.AESCryptoService"
>> "$accumulo_conf"