Hi in this hadoop tutorial we will describe all about Hadoop, why use Hadoop, Hadoop Architecture, BigData, MapReduce and Some ecosystems.
Now a days required framework like which handle huge amount of data in an application like Facebook, Twitter, LinledIn, Google, Yahoo, etc these have lots of data. These companies required some process to that huge data like 1. Data Analysis, 2. Proper Handling of Data and 3. Understandable data to custom format.
Apache Hadoop’s MapReduce and HDFS components originally derived respectively from Google’s MapReduce and Google File System (GFS) papers.
In 2003-2004 Google Introduced some new technique in search engine 1. File System GFS (Google File System) and another framework for data analyzing technique called 2. MapReduce to make fast searching and fast analyzing data. Google just submitted theses white paper to search engine.
In 2005-2006 Yahoo take these technique for Google and Implement in single framework given Name Hadoop. Hadoop was created by Doug Cutting and Mike Cafarella in 2005. Cutting, who was working at Yahoo! at the time, named it after his son’s toy elephant. It was originally developed to support distribution for the Nutch search engine project. No one knows that better than Doug Cutting, chief architect of Cloudera and one of the curious story behind Hadoop.
When he was creating the open source software that supports the processing of large data sets, Cutting knew the project would need a good name. Cutting’s son, then 2, was just beginning to talk and called his beloved stuffed yellow elephant “Hadoop” (with the stress on the first syllable). Fortunately, he had one up his sleeve—thanks to his son. The son (who’s now 12) frustrated with this. He’s always saying ‘Why don’t you say my name, and why don’t I get royalties? I deserve to be famous for this 🙂
In this Hadoop Tutorial we will learn further following modules.
Module 1-
Module 2-
- Data Loading Technique
Module 3-
Module 4-
-
- Advanced MapReduce
-
- YARN
- YARN Programming
Module 5-
-
- Introduction to Sqoop
- Programming with Sqoop
Module 6-
-
- Analytic Using HIVE
- Understanding HIVE QL
Module 7-
-
- NoSQL Databases
-
- Understanding HBASE
- Zookeeper
Module 8-
-
- Real World Data sets and analysis
- Project Discussion
when i ran a simple programme it compile sucess fully but when i ran it is giving error as Could not find or load main class plz tell me wht i do
Hi,
Please make sure when ever use run command your class file generated same directory or another directory. Its problem due to when class is not in directory or in this class not contain main method.
Where is it rendering the view here.?
I did not get why are some sections not linked, nor do i see it is paid. Any other issue ?
Hi Neelam,
Could you please clear about which sections you are talking? Please put the name of section, then we can give you proper reason.
Nice information.
Hi Dinesh,
I've just downloaded your project and import in eclipse also added all the jars in buildpath. I'm running this appliction in tomat 7 but its showing me 404.
Please help
thanks
make sure the context path of application is correct or not.
Hi Dinesh, I'm confused about different return types(Model, Map, ModelAndView, String, void etc.) of handler methods. Could you please explain the difference among them and how can we choose the one that fits best to our requirement?
Your endeavours are much appreciated. But could you please explain the difference among the different return types(ModelAndView, Model, View, String, Map, void) of handler methods?
Thanks for your nice comment!!!
Model and Map we can use when return data simple JSON format.
ModelAndView using when return with model and view to front layer.
String we can use for simple return with view name.
I think right now you clear about these.
Let us know if you have still confusion about these return types of handler.
Thanks
So in the EmplyeeForm is the element missing modelAttribute="SpringWeb"? I'm confused.
hii dinesh ,i downloaded this application from your site .i imported it in eclipse ..but its showing 404 file not found ..Kindly help me out whts the pblm..thnks in advance
Dear Sudhir,
Thanks for using this tutorial!!!
Please update your context root and add all jars to build class path.
After that you will try.
After that same problem is coming please share url of localhost.
Dear Dinesh,
Still i m facing same prolem..file not found 404 status..here is my url:http://localhost:7576/sdnext/WEB-INF/views/employeeForm.jsp.
I added all jars and update context root..still not getting output
Thanks in advance
This is wrong url,
http://localhost:7576/sdnext/WEB-INF/views/employeeForm.jsp.
Please access this page
http://localhost:7576/sdnext/employee
please update all the module related to Hadoop