-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51143/
-----------------------------------------------------------
(Updated Сер. 18, 2016, 6:47 після полудня)
Review request for Ambari, Andrew Onischuk, Dmitro Lisnichenko, Dmytro Sen,
Myroslav Papirkovskyy, and Sumit Mohanty.
Bugs: AMBARI-18165
https://issues.apache.org/jira/browse/AMBARI-18165
Repository: ambari
Description
-------
{code}
Traceback (most recent call last):
File
"/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
line 198, in <module>
HbaseRegionServer().execute()
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 280, in execute
method(env)
File
"/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
line 720, in restart
self.start(env, upgrade_type=upgrade_type)
File
"/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
line 124, in start
self.post_start(env, upgrade_type=upgrade_type)
File
"/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
line 89, in post_start
self.apply_atlas_acl(params.hbase_user)
File
"/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py",
line 114, in apply_atlas_acl
shell.checked_call(format("{kinit_cmd}; {perm_cmd}"),
user=params.hbase_user, tries=10, try_sleep=10)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 71, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 93, in checked_call
tries=tries, try_sleep=try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 141, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
line 294, in _call
raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of '/usr/bin/kinit -kt
/etc/security/keytabs/hbase.service.keytab
hbase/[email protected]; echo
"grant 'atlas', 'RWXCA', 'atlas_titan'" | hbase shell -n' returned 1. ########
Hortonworks #############
This is MOTD message, added for testing in qe infra
ERROR ArgumentError: Can't find a table: atlas_titan
{code}
Diffs (updated)
-----
ambari-common/src/main/python/resource_management/libraries/functions/constants.py
c5cbb3f
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata.py
7e9c0f6
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata_server.py
43b8fb2
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
ab4af79
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/status_params.py
76575f6
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/templates/atlas_hbase_setup.rb.j2
PRE-CREATION
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py
a22fe94
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
ed995b2
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
4ba59d5
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
a6c8e0f
Diff: https://reviews.apache.org/r/51143/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi