ctubbsii closed pull request #209: Update package for crypto service plugin URL: https://github.com/apache/fluo-uno/pull/209
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
