Sumit Mohanty created AMBARI-12316:
--------------------------------------
Summary: [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
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)