You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2016/07/26 17:01:20 UTC

[jira] [Created] (AMBARI-17905) HBase coprocessor classes related properties in hbase-site are empty after Ambari upgrade from 2.1.2 to 2.4.0

Dmytro Sen created AMBARI-17905:
-----------------------------------

             Summary: HBase coprocessor classes related properties in hbase-site are empty after Ambari upgrade from 2.1.2 to 2.4.0
                 Key: AMBARI-17905
                 URL: https://issues.apache.org/jira/browse/AMBARI-17905
             Project: Ambari
          Issue Type: Bug
          Components: stacks
    Affects Versions: 2.4.0
            Reporter: Dmytro Sen
            Assignee: Dmytro Sen
            Priority: Blocker
             Fix For: 2.4.0


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'
{code}
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
{code}

Ambari upgrade seems to have started at 23:17:28, current Ambari version as per UI is 2.4.0
{code}
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
{code}


{code}
<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>
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)