| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
104 (0.446s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase parallel scanner performance - HBase - [mail # user]
|
|
...Narendra, Are you trying to solve a real problem, or is this a class project? Your solution doesn't scale. It's a non starter. 130 seconds for each iterat ion times 1 million se...
|
|
|
Author: Michel Segel,
2012-04-19, 14:12
|
|
|
Re: HBase parallel scanner performance - HBase - [mail # user]
|
|
...So in your step 2 you have the following: FOREACH row IN TABLE alpha: SELECT something FROM TABLE alpha WHERE alpha.url = row.url...
|
|
|
Author: Michel Segel,
2012-04-19, 11:10
|
|
|
Re: Storing extremely large size file - HBase - [mail # user]
|
|
...Look, I don't want to be *that* guy, but just my $0.02 cents ... I don't disagree that this topic doesn't come up all the time. But you have a couple of issues. What do you cons...
|
|
|
Author: Michel Segel,
2012-04-18, 11:57
|
|
|
Re: Is it possible to install two different Hbase versions in the same Cluster? - HBase - [mail # user]
|
|
...Well, you could, however you run a greater risk of things breaking because y ou forgot to change a setting in the configuration file. You would have to c hange port listeners, location of co...
|
|
|
Author: Michel Segel,
2012-04-16, 12:47
|
|
|
Re: Is it possible to install two different Hbase versions in the same Cluster? - HBase - [mail # user]
|
|
...Sure, just make sure you don't cross the configurations and don't put the RS on the same nodes. Sent from a remote device. Please excuse any typos... Mike Segel On A...
|
|
|
Author: Michel Segel,
2012-04-16, 11:33
|
|
|
Re: efficient export w/o HDFS/copying - HBase - [mail # user]
|
|
...Wouldn't that mean having the NAS attached to all of the nodes in the cluste r? Sent from a remote device. Please excuse any typos... Mike Segel On Mar 26, 2012, at 11:07 ...
|
|
|
Author: Michel Segel,
2012-03-28, 07:59
|
|
|
Re: Confirming a Bug - HBase - [mail # user]
|
|
...Peter, that doesnt make sense. I mean I believe you in what you are saying, but don't see how a VPN in woul d cause this variance in results. Do you have any speculative executi...
|
|
|
Author: Michel Segel,
2012-03-23, 11:55
|
|
|
Re: hbase.cluster.distributed set to true but it says false - HBase - [mail # user]
|
|
...1) your configuration is sub optimal so toss performance out the window. You appear to be on vms. Toss performance out the window. 2) sounds like you are picking up the default v...
|
|
|
Author: Michel Segel,
2012-03-23, 11:46
|
|
|
Re: multiple puts in reducer? - HBase - [mail # user]
|
|
...There is nothing wrong in writing the output from a reducer to HBase. The question you have to ask yourself is why are you using a reducer in the f irst place. ;-) Look, you have...
|
|
|
Author: Michel Segel,
2012-02-29, 13:18
|
|
|
Re: multiple puts in reducer? - HBase - [mail # user]
|
|
...The assertion is that for most cases you shouldn't need one. That the rule o f thumb is that you should have to defend your use of one. Reducers are expensive. Running multiple mapper...
|
|
|
Author: Michel Segel,
2012-02-29, 13:04
|
|
|
|