Re: hadoop learning

2015-02-21 Thread Fabio C.
Hi Rishabh, I didn't know anything about Hadoop a few months ago, and I started from the very beginning. I don't suggest you to start with online documentation, that is always fragmented, incomplete and sometimes not even up to date. Also starting by directly using Hadoop is the fastest way to

Re: hadoop learning

2015-02-21 Thread Bhupendra Gupta
I have been learning and trying to implement a hadoop ecosystem for one of the POC from last 1 month or so and i think that the best way to learn is by doing it.. Hadoop as the concept has lots of implementation and i picked up hortonworks sandbox for learning... This has helped me in guaging

Re: hadoop learning

2015-02-21 Thread Ted Yu
Rishabh: You can start with: http://wiki.apache.org/hadoop/HowToContribute There're several components: common, hdfs, YARN, mapreduce, ... Which ones are you interested in ? Cheers On Sat, Feb 21, 2015 at 12:18 AM, Bhupendra Gupta bhupendra1...@gmail.com wrote: I have been learning and trying

Re: Hadoop Learning Environment

2014-11-05 Thread Jim Shi
Hi, Yay, I followed the steps you described and got the following error. Any idea? vagrant up creating provisioner directive for running tests Bringing machine 'bigtop1' up with 'virtualbox' provider... == bigtop1: Box 'puppetlab-centos-64-nocm' could not be found. Attempting to find and

Re: Hadoop Learning Environment

2014-11-04 Thread jay vyas
Hi tim. Id suggest using apache bigtop for this. BigTop integrates the hadoop ecosystem into a single upstream distribution, packages everything, curates smoke tests, vagrant, docker recipes for deployment. Also, we curate a blueprint hadoop application (bigpetstore) which you build yourself,

Re: Hadoop Learning Environment

2014-11-04 Thread Leonid Fedotov
Tim, download Sandbox from http://hortonworks/com You will have everything needed in a small VM instance which will run on your home desktop. *Thank you!* *Sincerely,* *Leonid Fedotov* Systems Architect - Professional Services lfedo...@hortonworks.com office: +1 855 846 7866 ext 292

Re: Hadoop Learning Environment

2014-11-04 Thread Jim Colestock
Hello Tim, Horton and Cloudera both offer VM’s (Including Virtual box, which is free) you can pull down to play with, if you’re looking just for something small to get you started. i’m partial to the horton works one myself. Hope that help. JC On Nov 4, 2014, at 2:28 PM, Tim Dunphy

Re: Hadoop Learning Environment

2014-11-04 Thread Sandeep Khurana
Or on your local laptop or desktop you can setup the env using VM and VM image of Hadoop and related components. Wrote instructions sometime back here https://www.linkedin.com/today/post/article/20140924133831-2560863-new-to-hadoop-and-want-to-setup-dev-environment On Nov 5, 2014 2:25 AM, Jim

Re: Hadoop Learning Environment

2014-11-04 Thread oscar sumano
you can try the pivotal vm as well. http://pivotalhd.docs.pivotal.io/tutorial/getting-started/pivotalhd-vm.html On Tue, Nov 4, 2014 at 3:13 PM, Leonid Fedotov lfedo...@hortonworks.com wrote: Tim, download Sandbox from http://hortonworks/com You will have everything needed in a small VM

Re: Hadoop Learning Environment

2014-11-04 Thread daemeon reiydelle
What you want as a sandbox depends on what you are trying to learn. If you are trying to learn to code in e.g PigLatin, Sqooz, or similar, all of the suggestions (perhaps excluding BigTop due to its setup complexities) are great. Laptop? perhaps but laptop's are really kind of infuriatingly slow

Re: Hadoop Learning Environment

2014-11-04 Thread jay vyas
Hi daemon: Actually, for most folks who would want to actually use a hadoop cluster, i would think setting up bigtop is super easy ! If you have issues with it ping me and I can help you get started. Also, we have docker containers - so you dont even *need* a VM to run a 4 or 5 node hadoop

Re: Hadoop Learning Environment

2014-11-04 Thread Gavin Yue
Try docker! http://ferry.opencore.io/en/latest/examples/hadoop.html On Tue, Nov 4, 2014 at 6:36 PM, jay vyas jayunit100.apa...@gmail.com wrote: Hi daemon: Actually, for most folks who would want to actually use a hadoop cluster, i would think setting up bigtop is super easy ! If you have