That was the perfect test, I'm up and working nicely. Many thanks.

stack-3 wrote:
> 
> On Tue, Sep 8, 2009 at 1:33 PM, Keith Thomas <[email protected]>
> wrote:
> 
>>
>> I guess if I have to run both HBase and Hadoop in at least pseudo
>> distributed mode then I need to reconsider if I can avoid the use of
>> map/reduce in my app.
>>
>>
> Well, hadoop is in the hbase CLASSPATH. If you are doing standalone hbase,
> you should be able to continue in this vein even though you now want to
> run
> mapreduce.  For example, try:
> 
> ./bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter
> 
> (You'll need to provide some args to the above -- running above command
> will
> output usage)
> 
> This runs the RowCounter job in a 'standalone' hadoop system (all up in
> the
> one JVM)
> 
> Maybe thats enough for you while testing?
> 
> St.Ack
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Mapreduce-dameons--tp25352905p25369825.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to