| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
110 (0.116s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Schema Design Question - HBase - [mail # user]
|
|
...I actually don't see the benefit of saving the data into HBase if all you do is read per job id and purges it. Why not accumulate into HDFS per job id and then dump the file? The way I see i...
|
|
|
Author: Asaf Mesika,
2013-04-29, 05:46
|
|
|
Re: HBase is not running. - HBase - [mail # user]
|
|
...Http://Devving.com has a good post on setting hosts file for stand alone hbase On Saturday, April 27, 2013, Yves S. Garret wrote: ...
|
|
|
Author: Asaf Mesika,
2013-04-28, 20:32
|
|
|
Re: checkAnd... - HBase - [mail # user]
|
|
...Yep. You can write a RegionObserver which take all event qualifiers with a time stamp larger than a certain grace period, sum it up, add it to the current value of the Count qualifier and em...
|
|
|
Author: Asaf Mesika,
2013-04-28, 19:55
|
|
|
Getting list of Region In Transition via command line - HBase - [mail # user]
|
|
...Hi, The Web UI for HBase Master shows a list of Region In Transition. Is there a way to get this list via command line? HBase shell or zkCli? Is the /hbase/unassigned...
|
|
|
Author: Asaf Mesika,
2013-04-18, 07:15
|
|
|
deleteOnExit when JVM shutsdown non gracefully - HBase - [mail # user]
|
|
...Hi, In the CoprocessorHost.java file, there's the following code section used to load a coprocessor jar: fs.copyToLocalFile(path, dst); ...
|
|
|
Author: Asaf Mesika,
2013-04-10, 09:30
|
|
|
Re: Evenly splitting the table - HBase - [mail # user]
|
|
...Is the number of salt keys configurable? Do you support range scan on row keys althought hash is used? On Thursday, March 21, 2013, Aaron Kimball wrote: ...
|
|
|
Author: Asaf Mesika,
2013-04-04, 04:30
|
|
|
Re: Read thruput - HBase - [mail # user]
|
|
...Can you possible batch some Get calls to a Scan with a Filter that contains the list of row keys you need? For example, if you have 100 Gets, you can create a start key and end key from gett...
|
|
|
Author: Asaf Mesika,
2013-04-04, 04:21
|
|
|
Re: Read thruput - HBase - [mail # user]
|
|
...How does your client call looks like? Get? Scan? Filters? Is 3000/sec is client side calls or is it in numbers of rows per sec? If you measure in MB/sec how much read throughput do you get? ...
|
|
|
Author: Asaf Mesika,
2013-04-01, 20:12
|
|
|
Re: Understanding scan behaviour - HBase - [mail # user]
|
|
...Yes. Watch out for last byte being max On Fri, Mar 29, 2013 at 7:31 PM, Mohit Anchlia wrote: ...
|
|
|
Author: Asaf Mesika,
2013-03-30, 13:55
|
|
|
Re: HBase Writes With Large Number of Columns - HBase - [mail # user]
|
|
...CellBlock == KeyValue? On Thu, Mar 28, 2013 at 12:06 AM, Ted Yu wrote: ...
|
|
|
Author: Asaf Mesika,
2013-03-27, 22:28
|
|
|
|