Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding hadoop-yarn-timelineservice into the openctest framework #22

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

KobeNorris
Copy link

@KobeNorris KobeNorris commented Dec 2, 2022

Details

In order to make openctest applicable to project Hadoop Yarn TimelineService, I did the following changes to the framework.

  1. Additions (Files that are newly added to the framework):
  2. Modification (Files that are modified in the framework):
    • add_project.sh : Add script function to set up the Hadoop Yarn TimelineService` project.
    • ctest_const.py : Update CTest Constant to support the Hadoop Yarn TimelineService project.
    • program_input.py : Update program_input.py file for the Hadoop Yarn TimelineService project.
    • value_generation.py : Update value_generation.py file for the Hadoop Yarn TimelineService project.
    • identify_param.sh : Update the openctest framework to generate the mapping.

  3. Non-trival changes (Huge change to the code logic):
    • runner.py : The self.setInTest is always false, and it does not work with hadoop common project as well, so I commented it out.
    • main.py : The mapping[param] with always crash the entire code if param could not be found in the opensource-hadoop-yarn-tls.json file, so I add param in mapping.keys() and before to avoid crashing.

@KobeNorris KobeNorris changed the title Hadoop yarn tls Adding Hadoop Yarn Timeline Service into the openctest framework Dec 2, 2022
@KobeNorris KobeNorris changed the title Adding Hadoop Yarn Timeline Service into the openctest framework Adding hadoop-yarn-timelineservice into the openctest framework Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant