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

[Improvement][Task] Improved way to collect yarn job's appIds #12197

Merged
merged 40 commits into from
Oct 31, 2022

Commits on Sep 28, 2022

  1. support aop fetch appIds

    Radeity committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5026d79 View commit details
    Browse the repository at this point in the history
  2. [Improvement][Task] Improved way to collect yarn job's appIds

    import aop way to collect yarn job's applicationId
    add new environment configuration for each type of yarn tasks to support aop
    add user property `appId.collect` for user to decide how to collect applicationId
    
    This closes apache#11262
    Radeity committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e8ef5a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b67676 View commit details
    Browse the repository at this point in the history
  4. Update common.properties

    Radeity authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4d2355f View commit details
    Browse the repository at this point in the history
  5. Update common.properties

    Radeity authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    21bee4b View commit details
    Browse the repository at this point in the history
  6. Update configuration docs

    Radeity committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    059a414 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    212a9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5525c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea2ddfb View commit details
    Browse the repository at this point in the history
  4. add license

    Radeity committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    43824ee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. update user properties

    Radeity committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    caf5451 View commit details
    Browse the repository at this point in the history
  2. remove redundant dependencies

    Radeity committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b263c7c View commit details
    Browse the repository at this point in the history
  3. update architecture doc

    Radeity committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    088afb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. clean the code

    Radeity committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    88095dd View commit details
    Browse the repository at this point in the history
  2. update log statement

    Radeity committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    db65756 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. fix some bugs

    Radeity committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a26883d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update pom.xml

    Radeity authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    094e6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45695ae View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    Radeity authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    62087d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. add ut & licsence

    Radeity committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    458573d View commit details
    Browse the repository at this point in the history
  2. update aop code

    Radeity committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cec9f60 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. add ut's license header

    Radeity committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    da447a2 View commit details
    Browse the repository at this point in the history
  2. add aspectjrt license

    Radeity committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5f282b4 View commit details
    Browse the repository at this point in the history
  3. alter aop dependency version

    Radeity committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f59dc7e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    355d94f View commit details
    Browse the repository at this point in the history
  2. remove unused file

    Radeity committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7ff47f7 View commit details
    Browse the repository at this point in the history
  3. rename import package

    Radeity committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    94dfe46 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    224adcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45d527 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. add logger configuration

    Radeity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0ee40c8 View commit details
    Browse the repository at this point in the history
  2. Update dolphinscheduler-aop/src/main/java/org/apache/dolphinscheduler…

    …/aop/YarnClientAspect.java
    
    Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
    Radeity and caishunfeng authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3355270 View commit details
    Browse the repository at this point in the history
  3. Update dolphinscheduler-aop/src/main/java/org/apache/dolphinscheduler…

    …/aop/YarnClientAspect.java
    
    Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
    Radeity and caishunfeng authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d4ad037 View commit details
    Browse the repository at this point in the history
  4. Update dolphinscheduler-aop/src/test/java/org/apache/dolphinscheduler…

    …/poc/YarnClientAspectMoc.java
    
    Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
    Radeity and caishunfeng authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a5865a7 View commit details
    Browse the repository at this point in the history
  5. Update dolphinscheduler-aop/src/test/java/org/apache/dolphinscheduler…

    …/poc/YarnClientMoc.java
    
    Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
    Radeity and caishunfeng authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3ebe4e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6781870 View commit details
    Browse the repository at this point in the history
  7. delete dependency scope label

    Radeity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9b70033 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. improve code quality

    Radeity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f2282e4 View commit details
    Browse the repository at this point in the history
  2. remove useless code

    Radeity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5c6f72b View commit details
    Browse the repository at this point in the history
  3. replace switch statement

    Radeity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7e0e226 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. add docs

    Radeity committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9ca85c3 View commit details
    Browse the repository at this point in the history