Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Java syllabus for hadoop?

avatar

Its could be most basic question from newbies but still could anyone please let me know java concepts tightly coupled for working as developer in hadoop. Please advise. Thanks in advance.

1 ACCEPTED SOLUTION

avatar
Master Mentor

The java hello world of Hadoop is WordCount, start with that, then advance to writing user defined functions in pig and hive, then try out Spark and Storm using Java API. First step is https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduc.... there are many answers to your question.

View solution in original post

1 REPLY 1

avatar
Master Mentor

The java hello world of Hadoop is WordCount, start with that, then advance to writing user defined functions in pig and hive, then try out Spark and Storm using Java API. First step is https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduc.... there are many answers to your question.