[
https://issues.apache.org/jira/browse/AMBARI-12316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617880#comment-14617880
]
Hudson commented on AMBARI-12316:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #182 (See
[https://builds.apache.org/job/Ambari-branch-2.1/182/])
AMBARI-12316. Phoenix system tests fail before finalize (smohanty:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8379fb8f44de3d78ebf9dcd655d54125d0fc85d8)
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_client.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
> [RollingUpgrade] Phoenix system tests fail before finalize
> ----------------------------------------------------------
>
> Key: AMBARI-12316
> URL: https://issues.apache.org/jira/browse/AMBARI-12316
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 2.1.0
> Reporter: Sumit Mohanty
> Assignee: Sumit Mohanty
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-12316.patch
>
>
> Some issues I see are-
> 1) Phoenix client on the gateway node is still pointing to older M10 build
> after upgrade-
> {noformat}
> lrwxrwxrwx. 1 root root 26 Jul 3 15:24 phoenix-client ->
> /usr/hdp/2.2.4.2-2/phoenix
> lrwxrwxrwx. 1 root root 27 Jul 3 19:14 hbase-client ->
> /usr/hdp/2.3.0.0-2511/hbase
> {noformat}
> 2) The configs under /etc/hbase/conf are different from those under
> /usr/hdp/current/hbase-client/conf (This should have been same as in
> /usr/hdp/current/hbase-client/conf should symlink to /etc/hbase/conf)
> The one under /etc/hbase/t/conf does not have
> <name>hbase.region.server.rpc.scheduler.factory.class</name> defined value
> 3) The tests use configs under /usr/hdp/current/hbase-client/conf, so you can
> reproduce the issue with following-
> {noformat}
> cd /usr/hdp/current/phoenix-client/bin
> export HBASE_CONF_PATH=/usr/hdp/current/hbase-client/conf
> export PATH=/usr/jdk64/jdk1.7.0_67/bin/:$PATH
> ./sqlline.py td-ru-rerun-10.openstacklocal:2181:/hbase-unsecure
> /grid/0/hadoopqe/testout11/phoenixSQLQuery/inputFile.txt
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)