FW: Error in Connecting phoenix based web application client to HBase

2015-08-16 Thread Ajoy Arimbur Mathew
We are facing issue in querying HBAse from phoenix Hbase client in web application environment. The web application is deployed in Apache Tomcat 7.047 server.We are using the Apache Hadoop version 2.4.2 and Apache HBase version 1.0.1 , Apache zookeeper version 3.4.6 and we have the

Re: FW: Error in Connecting phoenix based web application client to HBase

2015-08-16 Thread anil gupta
Maybe you need to register the driver before trying to connect: Class. forName($Phoenix_Driver_ClassName); Refer to this: http://stackoverflow.com/questions/5556664/how-to-fix-no-suitable-driver-found-for-jdbcmysql-localhost-dbname-error-w On Sun, Aug 16, 2015 at 9:14 AM, Ajoy Arimbur Mathew