Re: Query DDL from Phoenix

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

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 serega.shey...@gmail.com

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 leonp...@gmail.com wrote: Hey James, thank you for replying. Yes you're

Re: Indexing array type

2015-06-21 Thread Leon Prouger
at 4:43 AM, Leon Prouger leonp...@gmail.com 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

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?