-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44465/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-15295
https://issues.apache.org/jira/browse/AMBARI-15295
Repository: ambari
Description
-------
rovision a cluster with a blueprint which has HBASE in it and kerberos enabled
+ config recomm. strategy is stack defaults. Try to execute a hbase RS
decommission to another node like:
/usr/bin/kinit -kt /etc/security/keytabs/hbase.service.keytab
hbase/[email protected];
/usr/hdp/current/hbase-master/bin/hbase --config
/usr/hdp/current/hbase-master/conf org.jruby.Main
/usr/hdp/current/hbase-master/bin/draining_servers.rb add
host-10-0-0-74.node.dc1.consul
Exception is thrown. Log attached.
Diffs
-----
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_decommission.py
ca7e1ef
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
04ab4c8
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py 8de7f96
Diff: https://reviews.apache.org/r/44465/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi