Re: Not working as expected

2016-11-22 Thread Vivek Paranthaman
t; ResultSet rs = > connection.meta.getTables(connection.meta.getConnection().getCatalog(), null, > "%", new String[] {"TABLE"}); > > Iterating over the result set you may get table name ("TABLE_NAME") and > schema ("TABLE_SCHEM") values. >

Not working as expected

2016-10-25 Thread Vivek Paranthaman
Hi, Anybody know, how to get Schema and available tables using jdbc-driver from Hbase?

Phoenix driver 4.8.1-HBase-1.1, doesn't wrap schema

2016-10-24 Thread Vivek Paranthaman
Hi, With Phoenix diriver, and Phoenix connection, I tried to get the metaData, and it gives me "null". Is this the behaviour of it, or is it an issue in the Driver? How is this NoSql(HBase) table/schema being converted to JDBCinstances..!? Java 1.7 api. Thanks & Regards, Vivek

Re: [jira] Vivek Paranthaman shared "PHOENIX-3395: ResultSet .next() throws commons-io exception" with you

2016-10-22 Thread Vivek Paranthaman
On Sat, Oct 22, 2016 at 1:15 PM, Ciureanu Constantin < ciureanu.constan...@gmail.com> wrote: > Not sure what ti say, check your apache-commons version, perhaps it's > picking an older one in the classpath. > > În vin., 21 oct. 2016, 09:36 Vivek Paranthaman (JIRA), &g

[jira] Vivek Paranthaman shared "PHOENIX-3395: ResultSet .next() throws commons-io exception" with you

2016-10-21 Thread Vivek Paranthaman (JIRA)
Vivek Paranthaman shared an issue with you > ResultSet .next() throws commons-io exception > - > > Key: PHOENIX-3395 > URL: https://issues.apache.

Re: Scanning big region parallely

2016-10-19 Thread Vivek Paranthaman
Hi, How to get the Schema out of Hbase using Phoenix driver? metadata.getSchemas() produce.. http://stackoverflow.com/questions/40123547/phoenixioexception-nomethodexception-deferredfileoutputstramstring-string-fi On Thu, Oct 20, 2016 at 11:31 AM, Sanooj Padmakumar wrote: > Hi James, > > We are

Accessing existing schema, creating schema

2016-10-19 Thread Vivek Paranthaman
Hi , Is there a way to getSchema using Phoenix driver connection, java-apifrom an existing HBase..? Thank you, Vivek Paranthaman