Member since
10-05-2019
2
Posts
0
Kudos Received
0
Solutions
10-09-2019
02:39 PM
I am actively looking for a way to contribute in yarn development and add a new scheduler in yarn. It's not the default ones (FairScheduler/CapacityScheduler). Which source file/class should I edit to get this functionality?
... View more
Labels:
10-06-2019
11:58 AM
Well, you didn't say what your background was or how much experience with Hadoop you currently have from an administrator's perspective. Assuming you are a beginner, I'd recommend reading over a book like this one:
• Murthy, A., Vavilapalli, V., Eadline, D., Niemiec, J., & Markham J. (2014). Apache Hadoop YARN: Moving beyond MapReduce and Batch Processing with Apache Hadoop 2. Upper Saddle River, NJ: Addison-Wesley Professional
…to get the relevant introductory information before you start in on your project. Good luck, and I look forward to seeing the results of your work on GitHub in the future!
... View more