! Please git pull from this repository each time you begin to
develop anything !
Based on IntelliJ IDEA, maven usage can simplify the development of mapreduce jobs without Hadoop environments. see instructions here. The main branch is the template for development with maven.
See instructions on the slides.
Please use git to switch between branches. The main branch is the template for all. Each task should be be assigned to
a specific branch and each member is supposed to folk the task branch and develop on their own branch. A merge request
is expected after finishing. The flow is as below:
-- main --------------------------------------
|-- task2 -------------------
| |-- dev1 --|^ |^
| |-- dev2 ------|
|-- task3 -------------------