Re: HBase Scan returns fewer columns after a few minutes of insertion

2011-08-29 Thread Neerja Bhatnagar
Hi J-D, Thank you very much! Hopefully, this iteration clears it up for me. The batchSize is set to 1. I tried the same code with batchSize set to nothing or the same number as the number of columns in my column family. When the batchsize is not set, or is set to the number of columns in the colum

Re: HBase Scan returns fewer columns after a few minutes of insertion

2011-08-29 Thread Jean-Daniel Cryans
(Sending to user@ again and bccing dev@ for the last time, please take notice and reply to user@) Ok so it should be something about the code... what is batchSize set to? I don't see it in that code snippet. getMap gives a map of all the families with all the data, whereas getFamily gives a map o

Re: FW: book update in progress (dev list)

2011-08-29 Thread Jean-Daniel Cryans
15.6.1 git diff and svn diff also do it for you, I've personally never used eclipse's create patch function :) 15.6.2 Maybe add something about the target branch, like HBASE--0.90.patch 15.6.3. Add a pointer to mockito, we don't use it enough! 15.6.5.8 Similar to it, contributors should

Re: HBase Scan returns fewer columns after a few minutes of insertion

2011-08-29 Thread Neerja Bhatnagar
Hi J-D, Thanks! I do scan 'tablename' on the shell, and I can see all 3 columns in the 1 column family for a row. I haven't set any TTL on the table or result scanner. Any other suggestions would be very welcome. I was getting the same response with result.getFamilyMap() and I moved to result.getM

FW: book update in progress (dev list)

2011-08-29 Thread Doug Meil
Hi Dev-List folks- I'm calling out updates to this section in particular... http://hbase.apache.org/book/submitting.patches.html ... please let me know if there is any other "common patch feedback" that they'd like to add. And believe me, I've experienced all of these. :-) It's all in the sp

Re: HBase Scan returns fewer columns after a few minutes of insertion

2011-08-29 Thread Jean-Daniel Cryans
(sending to user@ and bbcing dev@ since this is a user question) That type of problem can be "fun" to debug, did you try with the shell to query the data? Do you get a different result? BTW, any TTL set on that table? J-D On Mon, Aug 29, 2011 at 5:09 PM, Neerja Bhatnagar wrote: > Hi, > > I am

HBase Scan returns fewer columns after a few minutes of insertion

2011-08-29 Thread Neerja Bhatnagar
Hi, I am sorry if this question has been resolved before. Thank you for your help. I am seeing really strange behavior with HBase Scan. I insert 1 row into a table named test, 1 col family named testColFam, and 3 columns : foo (with value foo), bar (with value bar), and id (a unique id). I wait

Build failed in Jenkins: HBase-TRUNK #2158

2011-08-29 Thread Apache Jenkins Server
See Changes: [stack] HBASE-4124 ZK restarted while a region is being assigned, new active HM re-assigns it but the RS warns 'already online on this server' -- [...truncated 1581 lines...] Tests run:

Re: Getting columns given table and column family

2011-08-29 Thread Jean-Daniel Cryans
All the columns? You mean the qualifiers themselves or the values? Have you looked at the API? http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html J-D On Tue, Aug 23, 2011 at 6:26 PM, Neerja Bhatnagar wrote: > Hi, > > How can I get all the columns in a column family. I know

Re: Could you please help me with HBase-0.90.1 source code?

2011-08-29 Thread Jean-Daniel Cryans
HBase is an open source project, nothing about it is private. It is strongly inspired by Bigtable, have you read the paper? http://labs.google.com/papers/bigtable.html Have you also taken a look at the book on the website? This section in particular should be helpful: http://hbase.apache.org/book

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-23 #11

2011-08-29 Thread Apache Jenkins Server
See Changes: [dmeil] HBASE-4266 book.xml small change [tedyu] TestMergeTool should include errCode if mergeAndVerify() fails the test -- [...truncated 2618 lines...] Tests run: 1, Failure

Build failed in Jenkins: HBase-TRUNK #2156

2011-08-29 Thread Apache Jenkins Server
See Changes: [dmeil] HBASE-4267 book.xml - data model edits [dmeil] HBASE-4266 book.xml small change -- [...truncated 1567 lines...] Running org.apache.hadoop.hbase.filter.TestSingleColumnValueExclu