| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
477 (0.097s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
|
|
...Why? This seems like an unnecessary overhead. You are writing code within the coprocessor on the server. Pessimistic code really isn't recommended if you are worried abou...
|
|
|
Author: Michael Segel,
2013-02-18, 09:35
|
|
|
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
|
|
...I don't agree with Lars on the second half of his statement. Yes, there will be a performance hit when you go across regions because you're now going across the network to a second ma...
|
|
|
Author: Michael Segel,
2013-02-18, 09:31
|
|
|
Re: coprocessor enabled put very slow, help please~~~ - HBase - [mail # user]
|
|
...Hmmm. Can you have async writes using a coprocessor? On Feb 17, 2013, at 7:17 PM, lars hofhansl wrote: Michael Segel | (m) 312.755.9623 Segel and Associ...
|
|
|
Author: Michael Segel,
2013-02-18, 01:31
|
|
|
Re: Row Key Design in time based aplication - HBase - [mail # user]
|
|
...So its a *shameless* plug? :-) Depending on the project id, it could be a good key, but it would have to be something more meaningful than just a number. To answer the que...
|
|
|
Author: Michael Segel,
2013-02-18, 01:29
|
|
|
Re: Row Key Design in time based aplication - HBase - [mail # user]
|
|
...I'm not sure how a SQL interface above HBase will solve some of the issues with regional hot spotting when using time as the key. Or the problem with always adding data to the right of the l...
|
|
|
Author: Michael Segel,
2013-02-17, 23:18
|
|
|
Re: Using HBase for Deduping - HBase - [mail # user]
|
|
...Well, Maybe its a lack of sleep, but this is what I found... checkAndPut public boolean checkAndPut(byte[] row, &nbs...
|
|
|
Author: Michael Segel,
2013-02-15, 01:43
|
|
|
Re: Using HBase for Deduping - HBase - [mail # user]
|
|
...What constitutes a duplicate? An over simplification is to do a HTable.checkAndPut() where you do the put if the column doesn't exist. Then if the row is inserted (TRUE) return ...
|
|
|
Author: Michael Segel,
2013-02-15, 01:33
|
|
|
Re: Empty a table - HBase - [mail # user]
|
|
...I think its more akin of the typical 'truncate' command. Actually, if someone wanted to extend HBase Shell, I would imagine a simple Ruby er JRuby script could do this? (You would wan...
|
|
|
Author: Michael Segel,
2013-02-07, 19:16
|
|
|
Re: MapReduce to load data in HBase - HBase - [mail # user]
|
|
...Pig is like any other scripting language. Therefore maintainable. Your script defines the schema of the data set and then does the processing you tell it to do. On Feb 7, 2013,...
|
|
|
Author: Michael Segel,
2013-02-07, 13:22
|
|
|
Re: How would you model this in Hbase? - HBase - [mail # user]
|
|
...Overloading the time stamp aka the versions of the cell is really not a good idea. Yeah, I know opinions are like A.... everyone has one. ;-) But you have to be aware that if s...
|
|
|
Author: Michael Segel,
2013-02-06, 21:49
|
|
|
|