| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
140 (0.097s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Looking for advise on Hbase setup - HBase - [mail # user]
|
|
...If you want to serve some application off hbase, you might be better off with a separate cluster so you don't mix workloads with the MR jobs... What kind of graph db are you looking to...
|
|
|
Author: Amandeep Khurana,
2010-04-25, 19:48
|
|
|
Re: [VOTE] Shall we release hbase-0.20.4 Release Candidate 1 as hbase-0.20.4? - HBase - [mail # dev]
|
|
...I've deployed it on 2 clusters and done imports and scans on the tables. Working good till now. +1 Amandeep Khurana Computer Science Graduate Student University of California, S...
|
|
|
Author: Amandeep Khurana,
2010-04-20, 08:53
|
|
|
Re: Issue reading consistently from an hbase test client app - HBase - [mail # user]
|
|
...What version of HBase are you on? Did you see anything out of place in the master or regionserver logs? This should be happening...! Amandeep Khurana Computer Science Graduate Student...
|
|
|
Author: Amandeep Khurana,
2010-04-16, 17:42
|
|
|
Re: Porting SQL DB into HBASE - HBase - [mail # user]
|
|
...You are mentioning 2 different reasons: Open source... Well, get MySQL.. Large datasets? The table sizes that you reported in the earlier mails dont seem to justify a move to HBa...
|
|
|
Author: Amandeep Khurana,
2010-04-13, 05:31
|
|
|
Re: Porting SQL DB into HBASE - HBase - [mail # user]
|
|
...Kranthi, Your tables seem to be small. Why do you want to port them to HBase? -Amandeep Amandeep Khurana Computer Science Graduate Student University of California, Santa ...
|
|
|
Author: Amandeep Khurana,
2010-04-12, 08:58
|
|
|
Re: getSplits() in TableInputFormatBase - HBase - [mail # user]
|
|
...You have 1 region per table and thats why you are getting 1 split when you scan any of those tables... Moreover, the number of map tasks configuration is ignored when you are running i...
|
|
|
Author: Amandeep Khurana,
2010-04-11, 09:27
|
|
|
Re: getSplits() in TableInputFormatBase - HBase - [mail # user]
|
|
...3 tables? are you counting root and meta also? Amandeep Khurana Computer Science Graduate Student University of California, Santa Cruz On Sun, Apr 11, 2010 at 1:57 AM, john smi...
|
|
|
Author: Amandeep Khurana,
2010-04-11, 09:10
|
|
|
Re: getSplits() in TableInputFormatBase - HBase - [mail # user]
|
|
...How many regions do you have? Amandeep Khurana Computer Science Graduate Student University of California, Santa Cruz On Sun, Apr 11, 2010 at 1:39 AM, john smith wrote: &...
|
|
|
Author: Amandeep Khurana,
2010-04-11, 08:53
|
|
|
Re: getSplits() in TableInputFormatBase - HBase - [mail # user]
|
|
...If you set the number of map tasks as a higher number than the number of regions (I generally set it to 100000 or something like that), the number of splits = number of regions. If you keep ...
|
|
|
Author: Amandeep Khurana,
2010-04-11, 08:20
|
|
|
Re: getSplits() in TableInputFormatBase - HBase - [mail # user]
|
|
...The number of splits is equal to the number of regions... On Sun, Apr 11, 2010 at 12:54 AM, john smith wrote: ...
|
|
|
Author: Amandeep Khurana,
2010-04-11, 08:03
|
|
|
|