I want to run my program in MapReduce by these conditions:
- Main Function exists in Package1,
- Class1 and Class2 exist in Package2,
- Class3 and Class4 exist in Package3.
I want to run the program under mapreduce. How can I run Main function, while I have 3 Packages?