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:
[email protected]


With regards,
Apache Git Services

Reply via email to