Re: phoenix-4.4.0-HBase-1.1-client.jar in maven?

2015-11-25 Thread Kristoffer Sjögren
That's fine, I can just take the one packaged inside the tar.gz file from the website. http://apache.mirrors.spacedump.net/phoenix/phoenix-4.4.0-HBase-1.1/bin/phoenix-4.4.0-HBase-1.1-bin.tar.gz On Wed, Nov 25, 2015 at 4:04 PM, Asher Devuyst wrote: > You can try the

Re: ConcurrentModificationException when making concurrent requests through Phoenix Query Server

2015-11-25 Thread rafa
"I don't know if there is a problem with our Phoenix Query Server configuration, which is the default one" I meant, Thanks !! On Wed, Nov 25, 2015 at 5:08 PM, rafa wrote: > Hi all ! > > We are using Apache Phoenix 4.5.2. We are making some tests from an > application server

Re: phoenix-4.4.0-HBase-1.1-client.jar in maven?

2015-11-25 Thread Mujtaba Chohan
Kristoffer - If you use *phoenix-core* dependency in your pom.xml as described here then it's equivalent to have a project dependency on phoenix-client jar as maven would resolve all dependency needed by phoenix-core. Note that phoenix-client jar is just

ConcurrentModificationException when making concurrent requests through Phoenix Query Server

2015-11-25 Thread rafa
Hi all ! We are using Apache Phoenix 4.5.2. We are making some tests from an application server using the query server jdbc thin client driver. When making upserts, if we use more than one client thread for making requests we obtain this error in our client: exception is java.sql.SQLException:

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at

Re: Phoenix 4.4 does not accept null date value in bulk load

2015-11-25 Thread Hemal Parekh
I upgraded to Phoenix 4.5.2 and bulk load worked allowing null into date columns. Thanks a lot! On Wed, Nov 25, 2015 at 10:00 AM, Gabriel Reid wrote: > Yes, although it was originally reported because of a CHAR-specific issue, > the fix was to correct support for null

Re: phoenix-4.4.0-HBase-1.1-client.jar in maven?

2015-11-25 Thread Asher Devuyst
You can try the phoenix-assembly/ and see if that works for you. It seems like it should have most of what you need. On Wed, Nov 25, 2015 at 4:22 AM, Kristoffer Sjögren wrote: >

Re: Phoenix 4.4 does not accept null date value in bulk load

2015-11-25 Thread Gabriel Reid
Indeed, this was a regression. It has since been fixed in PHOENIX-1277 [1], and is available in Phoenix 4.4.1 and Phoenix 4.5.0. - Gabriel 1. https://issues.apache.org/jira/browse/PHOENIX-1277 On Wed, Nov 25, 2015 at 4:07 AM, 彭昶勳 wrote: > Hi, > > In Phoenix-4.3.0 or later

Re: Phoenix 4.4 does not accept null date value in bulk load

2015-11-25 Thread Hemal Parekh
Thanks! PHOENIX-1277 was primarily for null issue in CHAR type. Does the patch also take care of date column? On Wed, Nov 25, 2015 at 3:33 AM, Gabriel Reid wrote: > Indeed, this was a regression. It has since been fixed in PHOENIX-1277 > [1], and is available in