You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Jignesh Patel <ji...@websoft.com> on 2011/10/07 16:25:09 UTC

hadoop knowledge gaining

Guys,
I am able to deploy the first program word count using hadoop. I am interesting exploring more about hadoop and Hbase and don't know which is the best way to grasp both of them.

I have hadoop in action but it has older api. I do also have Hbase definitive guide which I have not started exploring.

-Jignesh



Re: hadoop knowledge gaining

Posted by Steve Loughran <st...@apache.org>.
On 07/10/11 15:25, Jignesh Patel wrote:
> Guys,
> I am able to deploy the first program word count using hadoop. I am interesting exploring more about hadoop and Hbase and don't know which is the best way to grasp both of them.
>
> I have hadoop in action but it has older api.

Actually the API covered in the 2nd edition is pretty much the one in 
widest use. The newer API is better, but is only as complete in hadoop 
0.21 and later, which aren't yet in wide use

> I do also have Hbase definitive guide which I have not started exploring.

Think of a problem, get some data, go through the books. Learning more 
about statistics and datamining is what you really need to learn, more 
than just the hadoop APIs

-steve