clear
query|
facets|
time |
Search criteria: .
Results from 51 to 60 from
146 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 2 more]
[collapse]
-
Optimizing table scans -
HBase - [mail # user]
|
...So just to get it straight. The reason the scan with setBatch(1) is much much faster is because it returns the only the value for the first column ? On Wed, Sep 12, 2012 at 5:37 PM, Do... |
|
|
|
|
Optimizing table scans - HBase - [mail # user]
|
...I allocate 10GB per RegionServer. An average row size is ~200 Bytes. The network is 1GB. It would be great if anyone could elaborate on the difference between Cache and Batch parameter... |
|
|
|
Optimizing table scans - HBase - [mail # user]
|
...Hi all, I'm trying to find the sweet spot for the cache size and batch size Scan() parameters. I'm scanning one table using HTable.getScanner() and iterating over the ResultScann... |
|
|
|
|
|
HBase 0.94.1 release date -
HBase - [mail # user]
|
...Hi all, Anyone knows when (approximately) HBase 0.94.1 release will be available ? Thanks.... |
|
|
|
|
[expand - 2 more]
[collapse]
-
The write process in the Region Server -
HBase - [mail # user]
|
...Hi all, Thanks for all the help, I think I got it. In addition to everyone's advice I also found a useful post regarding stability and performance: http://kisalay.com/2012/04/09/hbase-... |
|
|
|
|
The write process in the Region Server - HBase - [mail # user]
|
...Thanks Doug, I read the regions section from the book like you recommended but I still have some questions left. When running a massive write job, the regionserver log show the memsize... |
|
|
|
The write process in the Region Server - HBase - [mail # user]
|
...Hi all, I'm trying to better understand what's going on in the region server during write to HBase. As I understand the process: 1. Data is written to memstore. 2. Once the... |
|
|
|
|
|
Controlling Region Server Heap usage -
HBase - [mail # user]
|
...Hi all, I'm working on a production cluster where each Region Server has 10GB allocated memory, and I'm trying to control (limit) the memory usage during massive writes. HBase co... |
|
|
|
|
Dynamic load of Coprocessors -
HBase - [mail # user]
|
...Hi all, I can't seem to understand if there is a way to dynamically load coprocessors ? The best way I found so far is using the shell: *alter 'URLS', METHOD => 'table_a... |
|
|
|
|
[expand - 4 more]
[collapse]
-
java.lang.ClassNotFoundException: com.google.protobuf.Message -
HBase - [mail # user]
|
...you mean protobuf-java-2.4.04.jar or there is a new version like you wrote protobuf-java-2.4.9.a.jar ? On Mon, Jun 4, 2012 at 6:09 AM, NNever wrote: > Hi Amit, &n... |
|
|
|
|
PooledHTable missing Override to getWriteBuffer ? -
HBase - [mail # user]
|
...In HBase 0.94.0 I noticed that PooledHTable (in HTablePool) @Overrides some HTable methods but missing getWriteBuffer(). Is that on purpose ? because when I get a PooledHTable from the... |
|
|
|
|
[expand - 6 more]
[collapse]
-
HBase 0.94 security configurations -
HBase - [mail # user]
|
...Anyone has a working basic-test for hbase 0.94.0 ? I would like to have a reference for setups... Thanks. On Sat, Jun 2, 2012 at 9:42 PM, Andrew Purtell wrote: > It's hi... |
|
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...I don't know about a local zookeeper running. I'm trying to run a test that extends HBaseTestingUtils. It worked fine with the old versions when it extended HBaseClusterTestCase. Since it is... |
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...I still get the same error. This is the contents of the configuration as it is set right before calling "new HBaseAdmin(getConfiguration())": key :hbase.auth.token.max.lifetime v... |
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...I did some debug and the code does calls HBaseConfiguration.create() - since my test extends HBaseTestingUtility. and conf.properties.get("hbase.zookeeper.quorum") returns "localhost".  ... |
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...I'm trying to run a test for HBase (some think we wrote, internal) on my laptop - runs perfectly with the old versions of Hadoop, HBase and ZooKeeeper. After deploying the new versions... |
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...I still don't understand if it is optional to use the security or not ? if i'll set the following in hbase-site.xml: hbase.zookeeper.property.require... |
|
|
|
HBase 0.94 security configurations - HBase - [mail # user]
|
...Hi all, I'm upgrading our cluster with the following versions: HBase 0.90.2 to 0.94.0 Hadoop 0.20.3 to 1.0.3 zookeeper 3.3.2 to 3.4.3 As a first step, I'm trying to run some test... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
upgrading HBase 0.90.2 to HBase 0.94 -
HBase - [mail # user]
|
...>From what I read a rolling restart from 90 to 94 is not expected to work... I was thinking of a shutdown & restart. If anyone did it, I'd be happy to get some pointers of wha... |
|
|
|
|
upgrading HBase 0.90.2 to HBase 0.94 - HBase - [mail # user]
|
...Hi everybody, I want to upgrade my HBase cluster (currently running 0.90.2) to 0.94. Is it possible to upgrade right away or do I need to install 0.92 first ? If anyone alr... |
|
|
|
|
|
Unique ID per URL -
HBase - [mail # user]
|
...Hi all, One of our HBase tables holds URL as a row key. I read that it is recommended to hold the URL key as: reversed domain + URL ID (using unique id per url.) I un... |
|
|
|
|
|