Re: Query DDL from Phoenix

2015-07-14 Thread Leon Prouger
You can use !describe or !tables from the sqlline. Also typing !help you can find other helpful things On יום ג׳, 14 ביול 2015 at 06:52 Eli Levine wrote: > The standard JDBC way is to use Connection.getMetadata(). See if that does > what you need. You can also query SYSTEM.TABLE directly via Pho

Re: CDH 5.4 and Phoenix

2015-06-23 Thread Leon Prouger
I did this installation You should install Phoenix parcel from the Cloudera Manager like any other parcel. And it's for Phoenix 4.3.1, 1.0 it's probably the version of the cloudera's parcel. , and it's for Phoenix 4.3.1. On Tue, Jun 23, 2015 at 2:48 PM Serega Sheypak wrote: > Hi, no one:) ? > >

Re: Indexing array type

2015-06-22 Thread Leon Prouger
a while back for indexing arrays over immutable > tables. If you're interested in contributing a patch, that'd be great. > I'm happy to help you along the way. > Thanks, > James > > On Sun, Jun 21, 2015 at 12:48 AM, Leon Prouger wrote: > > Hey James, thank you fo

Phoenix and Jooq

2015-06-21 Thread Leon Prouger
Found this tutorial about Phoenix and Jooq http://blog.sequenceiq.com/blog/2014/09/04/sql-on-hbase-with-apache-phoenix/ I wonder if it's possible to use more advanced Jooq features like code generation?

Re: Indexing array type

2015-06-21 Thread Leon Prouger
dexing.html#Functional_Index > > On Wed, Jun 17, 2015 at 4:43 AM, Leon Prouger wrote: > > Hey folks, > > > > Maybe I'm asking too much but I couldn't find a straight answer. Is this > > possible to index an array type with Phoenix? > > > > If I can't does anybody tried any alternatives? Like keeping another > table > > for the array many to one relation >

Indexing array type

2015-06-17 Thread Leon Prouger
Hey folks, Maybe I'm asking too much but I couldn't find a straight answer. Is this possible to index an array type with Phoenix? If I can't does anybody tried any alternatives? Like keeping another table for the array many to one relation