| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
92 (0.203s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: confused about HBaseConfiguration - HBase - [mail # user]
|
|
...It seems like the properties are only lazily initialized from xmls on the first call to get a certain property. I guess it was done for performance purposes. Correct me if i am wrong. Thank ...
|
|
|
Author: Weishung Chung,
2011-01-26, 18:43
|
|
|
confused about HBaseConfiguration - HBase - [mail # user]
|
|
...I am abit confused after reading the HBaseConfiguratin source code. When does Configuration call the loadResource(Properties properties, Object name, boolean quiet) method and perform the pa...
|
|
|
Author: Weishung Chung,
2011-01-26, 18:35
|
|
|
groups tables in database - HBase - [mail # user]
|
|
...I want to group tables in different databases, could I create database and have tables under it as in mysql? Thank you...
|
|
|
Author: Weishung Chung,
2011-01-26, 15:22
|
|
|
Re: where are the implementation classes of HConnection interface in HBase - HBase - [mail # user]
|
|
...Ok, rechecked out the project as java project in Eclipse and now F3 key is working and I should be able to browse the source with ease, I hope :) On Thu, Jan 20, 2011 at 4:31 PM, Weish...
|
|
|
Author: Weishung Chung,
2011-01-20, 22:57
|
|
|
Re: where are the implementation classes of HConnection interface in HBase - HBase - [mail # user]
|
|
...Thank you for the prompt response. I am using Eclipse IDE, Ted, you are right, I could have found it out using the references, just need to get the build path correctly :) On Thu, Jan ...
|
|
|
Author: Weishung Chung,
2011-01-20, 22:31
|
|
|
where are the implementation classes of HConnection interface in HBase - HBase - [mail # user]
|
|
...I am diving into the HBase source code for to get a better understanding and i am looking for the concrete implementation classes of org.apache.hadoop.hbase.client.HConnection. Does anyone k...
|
|
|
Author: Weishung Chung,
2011-01-20, 21:57
|
|
|
Re: Scan with Filter - HBase - [mail # user]
|
|
...Thank you :) On Tue, Jan 18, 2011 at 12:49 PM, Jonathan Gray wrote: ...
|
|
|
Author: Weishung Chung,
2011-01-18, 21:24
|
|
|
Re: HTable.put(List<Put> puts) perform batch insert? - HBase - [mail # user]
|
|
...Thank you, I will look into these packages :) On Sun, Jan 16, 2011 at 4:17 AM, Otis Gospodnetic wrote: ...
|
|
|
Author: Weishung Chung,
2011-01-18, 16:31
|
|
|
Scan with Filter - HBase - [mail # user]
|
|
...I have some questions about the way Hbase returns results. When we use HTable getScanner(Scan), it looks like it only retrieves 1 row per next() call which is different from how jdbc returns...
|
|
|
Author: Weishung Chung,
2011-01-18, 16:30
|
|
|
Re: customize partitioning of regionserver - HBase - [mail # user]
|
|
...Thank you for the explanation. I have a better understanding now :) On Mon, Jan 10, 2011 at 1:19 PM, Buttler, David wrote: ...
|
|
|
Author: Weishung Chung,
2011-01-10, 20:47
|
|
|
|