Re: JDBC Connection to Apache Phoenix failing

2018-12-04 Thread Ankit Singhal
Is connecting and running some commands through HBase shell working? As per the stack trace, It seems your HBase is not up , Look at the master and regionserver logs for errors. On Tue, Dec 4, 2018 at 4:17 AM Raghavendra Channarayappa < raghavendra.channaraya...@myntra.com> wrote: > Can someone

JDBC Connection to Apache Phoenix failing

2018-12-04 Thread Raghavendra Channarayappa
Can someone help with this? TIA I am trying to connect to Apache Phoenix from the spark-shell, and the following stack trace is getting thown. val con = DriverManager.getConnection("jdbc:phoenix:ec2-xx.xx.xx.xx.ap-southeast-1.compute.amazonaws.com:2181 :/hbase-unsecure") 2018-12-04 17:32:16 WARN