Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.