-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50448/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko and Vitalyi Brodetskyi.
Bugs: AMBARI-17905
https://issues.apache.org/jira/browse/AMBARI-17905
Repository: ambari
Description
-------
HBase coprocessor classes related properties in hbase-site are empty after
Ambari upgrade from 2.1.2 to 2.4.0
HBase smoke test running RowCounter job failed with 'No registered coprocessor
service'
2016-07-22
02:22:36,708|beaver.machine|INFO|3805|140178050393920|MainThread|Exception in
thread "main" org.apache.hadoop.hbase.exceptions.UnknownProtocolException:
org.apache.hadoop.hbase.exceptions.UnknownProtocolException: No registered
coprocessor service found for name AuthenticationService in region hbase:meta,,1
Ambari upgade seems to have started at 23:17:28, current Ambari version as per
UI is 2.4.0
2016-07-21
23:17:28,148|ambaricst-rolu-ambupg|INFO|3805|140178050393920|MainThread|Starting
ambari upgrade
2016-07-21
23:17:28,148|beaver.util|INFO|3805|140178050393920|MainThread|Downloading from
url ->
http://host/apache-maven-3.0.4-bin.tar.gz?AWSAccessKeyId=AKIAIDZB7JJ5YBYI23KQ&Expires=1763284021&Signature=nYkI8V24vs2xWOJtCJXLoS/D9As%3D
2016-07-21
23:17:28,327|beaver.util|INFO|3805|140178050393920|MainThread|Expected file
size = 4873043
<property>
<name>hbase.coprocessor.master.classes</name>
<value/>
</property>
<property>
<name>hbase.coprocessor.region.classes</name>
<value/>
</property>
<property>
<name>hbase.coprocessor.regionserver.classes</name>
<value/>
</property>
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog240.java
8324e66
Diff: https://reviews.apache.org/r/50448/diff/
Testing
-------
Unit tests passed
Thanks,
Dmytro Sen