| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
516 (0.063s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Results from a Map/Reduce - HBase - [mail # user]
|
|
...If there's a customer waiting for the query, then you wouldn't want to have them what for an MR job. So what you're saying is you want to change this from on-demand scans to us i...
|
|
|
Author: Jonathan Gray,
2010-12-17, 21:19
|
|
|
RE: Results from a Map/Reduce - HBase - [mail # user]
|
|
...There's not much in the way of examples for coprocessors besides the implem entation of Security. Check out HBASE-2000 and go from there. If you're f airly new to HBase, then wai...
|
|
|
Author: Jonathan Gray,
2010-12-17, 20:00
|
|
|
RE: question about multi-transaction queries - HBase - [mail # user]
|
|
...Yes, some kind of running JVM. I would not recommend starting a JVM for ea ch query :) ll help 's ts, t s, e: e...
|
|
|
Author: Jonathan Gray,
2010-12-17, 19:57
|
|
|
RE: question about multi-transaction queries - HBase - [mail # user]
|
|
...All of my experience doing something like this was with straight Java. There are MultiGet and MultiPut capabilities in the Java client that will h elp you out significantly. I pl...
|
|
|
Author: Jonathan Gray,
2010-12-17, 19:15
|
|
|
RE: Results from a Map/Reduce - HBase - [mail # user]
|
|
...Hey Peter, That System.exit line is nothing important, just the main thread waiting fo r the tasks to finish before closing. You're interested in having the MR job return a singl...
|
|
|
Author: Jonathan Gray,
2010-12-17, 19:12
|
|
|
RE: [RFC] Deployment layout and server configurations - HBase - [mail # user]
|
|
...Hey Imran, This looks reasonable but it's hard to say without knowing what the read/wr ite workload is like. You say all searches are done using Solr... will tha t also be hosted...
|
|
|
Author: Jonathan Gray,
2010-12-17, 06:11
|
|
|
RE: Recommended setup for a small cluster - HBase - [mail # user]
|
|
...That sounds right. One node would have NN, HMaster, and ZK. Others would have DN and RS. You could put the SNN on any of the slave nodes I suppose. se...
|
|
|
Author: Jonathan Gray,
2010-12-15, 06:19
|
|
|
RE: Confusion on the role of regionserver - HBase - [mail # user]
|
|
...The 5 RS will be connecting to all 10 DNs. However, when writing to HDFS t he first replica always goes to the local node. Because of this, the 5 DNs that are hosting the 5...
|
|
|
Author: Jonathan Gray,
2010-12-15, 04:56
|
|
|
RE: Composite key, scan on partial key - HBase - [mail # user]
|
|
...There might be a little confusion. Specifying start/stop rows vs. scanning all rows with a filter... yes, clea rly the start/stop is far more efficient. What Ryan is talking abou...
|
|
|
Author: Jonathan Gray,
2010-12-15, 04:53
|
|
|
RE: Modifying existing table entries - HBase - [mail # user]
|
|
...Applying a filter can prevent all rows from being sent to the client (or MR task) but HBase will still be doing a full table scan. This can certainly help but in the end yo...
|
|
|
Author: Jonathan Gray,
2010-12-15, 04:51
|
|
|
|