refactor cdh plugin
CDH plugin can be refactored to make it easier for adding new version. I would like to do it as follow:
1. remove codes before CDH 5.5.0 (already done in https:/
2. clean the code related CDH before 5.5.0. There are still some codes which include judgments statements about version like 5.4.0
3. the codes in version dir (like v5_x_0/
simply move them into base classes. If needed, we also can have a child dir like "cdh5" under "cdh" when "cdh6" releases in the future.
4. add cdh-5.10.0 support
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Shu Yingya
- Direction:
- Needs approval
- Assignee:
- Shu Yingya
- Definition:
- New
- Series goal:
- None
- Implementation:
-
Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Remove outdated judgment statement
Addressed by: https:/
refactor CDH db_helper
Addressed by: https:/
Refactor rest of CDH plugin code
Addressed by: https:/
Refactor unit test of cdh plugin