Description
Some issues I see are-
1) Phoenix client on the gateway node is still pointing to older M10 build after upgrade-
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
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-
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
Attachments
Attachments
Issue Links
- links to