Re: Phoenix 4.4 do not work with CDH 5.4

2015-06-01 Thread wangkun
Hi Yuhao Thank you for your suggestion about cloudera-labs-phoenix. It will be useful for me in the future, but now I found it still not support phoenix 4.4 which can work with spark. And I want to do some test on phoenix spark integration. Do you combine phoenix 4.4 with CDH 5.4 successfully?

Re: Join create OOM with java heap space on phoenix client

2015-06-01 Thread Maryann Xue
Hi Krunal, Thanks for the explanation! I am back to work now. Could you please also post the table definition? I have some guess here, but need more information to confirm. And which version of Phoenix are you using? Thanks, Maryann On Wed, May 27, 2015 at 4:55 PM, Krunal Varajiya

PhoenixIOException resolved only after compaction, is there a way to avoid it?

2015-06-01 Thread Siva
Hi Everyone, We load the data to Hbase tables through BulkImports. If the data set is small, we can query the imported data from phoenix with no issues. If data size is huge (with respect to our cluster, we have very small cluster), I m encountering the following error

Re: Connection taking longer time after upgrading to apache-phoenix-4.3.1

2015-06-01 Thread Arun Kumaran Sabtharishi
It is from both code and sqlline. On Jun 1, 2015 5:52 PM, Nick Dimiduk ndimi...@gmail.com wrote: Is this from code, or sqlline? On Fri, May 29, 2015 at 2:42 PM, Arun Kumaran Sabtharishi arun1...@gmail.com wrote: Upgraded Apache-phoenix-4.1.0 to 4.3.1. When connecting phoenix client for

Re: Upsert double type value into table

2015-06-01 Thread James Taylor
Yes, Phoenix supports DOUBLE, but only as of 4.4.0 does it support specifying a literal in E notation. Prior to 4.4.0, you'll need to express the number using ###. notation instead. Thanks, James On Fri, May 29, 2015 at 12:16 PM, Yufan Liu yli...@kent.edu wrote: Hi, Phoenix supports Double

回复: Re: Phoenix 4.4 do not work with CDH 5.4

2015-06-01 Thread Fulin Sun
Hi, We had been encountered exact issue here and got finally resolved through modifying phoenix-core source code and recompiled it specifying the CDH 5.4 version. However, this would not be a right direction. As the latest CDH version had promoted to integrate with hbase 1.0.0 and many