Re: hbase mapreduce scan

2010-04-06 Thread Jürgen Jakobitsch
ther a hbase sail impl and put it on sourceforge and do a challange for the getStatements method, the fastest wins... wkr turnguard.com/turnguard - Original Message - From: "Jean-Daniel Cryans" To: hbase-user@hadoop.apache.org Sent: Tuesday, April 6, 2010 6:35:38 PM Subject

Re: hbase mapreduce scan

2010-04-06 Thread Jean-Daniel Cryans
ay with in > memory tables > > No? > > > Thx > > -Mike > >> Date: Mon, 5 Apr 2010 09:57:02 -0700 >> Subject: Re: hbase mapreduce scan >> From: jdcry...@apache.org >> To: hbase-user@hadoop.apache.org >> >> You want to put the result

RE: hbase mapreduce scan

2010-04-06 Thread Michael Segel
this should be possible, but I haven't had time to play with in memory tables No? Thx -Mike > Date: Mon, 5 Apr 2010 09:57:02 -0700 > Subject: Re: hbase mapreduce scan > From: jdcry...@apache.org > To: hbase-user@hadoop.apache.org > > You want to put the result

Re: hbase mapreduce scan

2010-04-05 Thread Jean-Daniel Cryans
You want to put the result in a HashMap? MapReduce is a batch processing framework that runs multiple parallel JVMs over a cluster of machines so I don't see how you could simply output in a HashMap (unless you don't mind outputting on disk, then reading it back into a HashMap). So I will guess th