Re: Phoenix in production

2015-01-12 Thread Vaclav Loffelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My mistake, I forgot to mention, that issues 1 and 3 are fixed. Ad 2: Our use-case was to upsert null values and with Phoenix 3.0 from old master has some issue. So we've add multiupsert function (with deleting null values) to node lib[1]. We had lot o

Re: Phoenix in production

2015-01-07 Thread James Taylor
Thanks for sharing your experiences,Vaclav. That's very valuable. Yes, for (1) bad things can happen if a region server doesn't have the Phoenix jar. This was improved as of HBase 0.98.9 with HBASE-12573 and HBASE-12575. For (3), this was fixed as of Phoenix 3.1/4.1 with PHOENIX-1075. If you have

Re: Phoenix in production

2015-01-07 Thread Vaclav Loffelmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, here's my 2 cents. We've had few serious issues before deploy on production. 1) deploying new server without Phoenix jar - make sure you have properly configured tool for automatic server maintaining 2) inserting empty string (byte array) to Phoe

Re: Re: Phoenix in production

2015-01-07 Thread su...@certusnet.com.cn
considering using Phoenix. Thanks, Sun. CertusNet From: Justin Workman Date: 2015-01-07 15:54 To: user@phoenix.apache.org Subject: Re: Phoenix in production I am also using Phoenix in production and have been now for roughly 6 months. We adopted Phoenix for most of the same reasons Anil mentions

Re: Phoenix in production

2015-01-07 Thread anil gupta
e is a storm RDBMS connector implementation , but it was last updated > in 2012 and I am having problems with it. > > Any thoughts on Storm-Phoenix integration? > > > > Thanks, > > Siddharth ubale > > > > *From:* anil gupta [mailto:anilgupt...@gmail.com ] >

Re: Phoenix in production

2015-01-07 Thread anil gupta
updated > in 2012 and I am having problems with it. > > Any thoughts on Storm-Phoenix integration? > > > > Thanks, > > Siddharth ubale > > > > *From:* anil gupta [mailto:anilgupt...@gmail.com] > *Sent:* Wednesday, January 07, 2015 12:49 PM > *To:* user@

Re: Phoenix in production

2015-01-06 Thread Justin Workman
ed in > 2012 and I am having problems with it. > Any thoughts on Storm-Phoenix integration? > > Thanks, > Siddharth ubale > > From: anil gupta [mailto:anilgupt...@gmail.com] > Sent: Wednesday, January 07, 2015 12:49 PM > To: user@phoenix.apache.org > Cc: James Tay

RE: Phoenix in production

2015-01-06 Thread Siddharth Ubale
: anil gupta [mailto:anilgupt...@gmail.com] Sent: Wednesday, January 07, 2015 12:49 PM To: user@phoenix.apache.org Cc: James Taylor Subject: Re: Phoenix in production Hi Siddharth, I have used Phoenix in production for more than a year at Intuit.(i no longer work there.) I was pretty happy with

Re: Phoenix in production

2015-01-06 Thread anil gupta
Hi Siddharth, I have used Phoenix in production for more than a year at Intuit.(i no longer work there.) I was pretty happy with Phoenix because it provided us capability to use sql-like(JDBC compliant) querying on a NoSql DB. With help of Phoenix, the adoption rate of HBase in my team was much mo