[ANNOUNCE] Apache Phoenix 4.12 released

2017-10-11 Thread James Taylor
The Apache Phoenix team is pleased to announce the immediate availability of the 4.12.0 release [1]. Apache Phoenix enables SQL-based OLTP and operational analytics for Apache Hadoop using Apache HBase as its backing store and providing integration with other projects in the Apache ecosystem such

Re: Strategies to query efficiently in HBase

2017-10-11 Thread sudhir patil
Your row key looks good, only part not sure is why ur appending with 0x you could have just appended number to string. But even in the current format it should work. Can you try scan with very small limit? to check if timeout is because of large data you fetching or issue is something else. On

Re: OutOfMemoryError: Direct buffer memory on PUT

2017-10-11 Thread Daniel JeliƄski
Thanks for the hints. I'll see if we can explicitly set MaxDirectMemorySize to a safe number. Thanks, Daniel 2017-10-10 21:10 GMT+02:00 Esteban Gutierrez : > http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/src/ > share/classes/sun/misc/VM.java#l184 > > // The initial