Re: Why the put without column in batch doesn't generate any error

2014-02-24 Thread Ted Yu
I logged HBASE-10600 for this issue. Cheers On Sun, Feb 23, 2014 at 7:48 PM, Ted Yu yuzhih...@gmail.com wrote: In 0.94, HConnectionManager#HConnectionImplementation#processBatch(), there is no validity check on the individual element in the list. In trunk, there is similar issue. Cheers

Why the put without column in batch doesn't generate any error

2014-02-23 Thread java8964
Hi, I found some inconsistent behavior in the HBase, and wonder why. In the simple Put API call, if there is no content at all with this put, the local side of the client will throw IllegalArgumentException: No columns to insert to failed the put, as shown in the example of Lars George Book

Re: Why the put without column in batch doesn't generate any error

2014-02-23 Thread Ted Yu
In 0.94, HConnectionManager#HConnectionImplementation#processBatch(), there is no validity check on the individual element in the list. In trunk, there is similar issue. Cheers On Sun, Feb 23, 2014 at 7:25 PM, java8964 java8...@hotmail.com wrote: Hi, I found some inconsistent behavior in the