You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/02/05 08:44:30 UTC

[GitHub] [bigtop] iwasakims edited a comment on issue #584: BIGTOP-3293. Add hadoop-kms package.

iwasakims edited a comment on issue #584: BIGTOP-3293. Add hadoop-kms package.
URL: https://github.com/apache/bigtop/pull/584#issuecomment-582295560
 
 
   Manual testing worked on Ubuntu 18.04 too. 
   ```
   $ sudo apt install hadoop-kms
   $ sudo /bin/bash -c 'echo export HADOOP_KEYSTORE_PASSWORD=mysecret >> /etc/hadoop-kms/conf/kms-env.sh'
   $ sudo service hadoop-kms start
   
   $ hadoop key create testkey
   testkey has been successfully created with options Options{cipher='AES/CTR/NoPadding', bitLength=128, description='null', attributes=null}.
   org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider@1bb266b3 has been updated.
   
   $ hadoop key list
   Listing keys for KeyProvider: org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider@3cc1435c
   testkey
   ```
   
   I will appreciate review comments. I would like to add puppet manifest and smoke-tests in follow-up jiras.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services