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.
>
Hi,
Anybody know, how to get Schema and available tables using jdbc-driver from
Hbase?
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
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
Vivek Paranthaman shared an issue with you
> ResultSet .next() throws commons-io exception
> -
>
> Key: PHOENIX-3395
> URL: https://issues.apache.
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
Hi ,
Is there a way to getSchema using Phoenix driver connection, java-apifrom
an existing HBase..?
Thank you,
Vivek Paranthaman