1. 25 8月, 2020 10 次提交
  2. 24 8月, 2020 2 次提交
    • X
      [test-2995][e2e]Optimize waiting time (#3571) · eade9db2
      xingchun-chen 提交于
      * Add task connection 
      
      * Optimize test cases
       
      
      * Modify variable format
       
       
      
      * Optimize test cases
       
      
      * Update BrowserCommon.java
      
      * Update BrowserCommon.java
      
      * Update WorkflowDefineLocator.java
      
      * Optimize waiting time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      
      * Optimize project wait time
       
      
      * Optimize wait time
       
      
      * Optimize wait time
       
      Co-authored-by: weixin_41213428's avatarchenxingchun <438044805@qq.com>
      eade9db2
    • E
      [Improvement-3558][API] Improve `DataSourceServiceTest.java` (#3579) · 78eb07b3
      easycode 提交于
      * Fixed this bug "multiple threads creating folders will result in multiple identical folders" #3487
      
      * 1. Improvement `DataSourceServiceTest` #3558
      2. Get rid of some useless arguments to functions in the `DataSourceService` class
      
      * The rollback `ResourceService.java`
      
      * The rollback `ResourceService.java`
      
      * The rollback `ResourceService.java`
      
      * 1.Modify code styles.
      2.Make improvement according to Yichao Yang's advice. Thank you very much for guidance.@Yichao Yang
      
      * Modify code styles.
      
      * Circumventing the checkConnection problem
      
      * Modify code styles.
      78eb07b3
  3. 19 8月, 2020 8 次提交
  4. 18 8月, 2020 3 次提交
  5. 17 8月, 2020 1 次提交
  6. 16 8月, 2020 3 次提交
  7. 14 8月, 2020 2 次提交
    • rockxsj's avatar
      [Feature]add presto datasource support (#3308) · 2b46db0b
      rockxsj 提交于
      * * add presto datasource support
      update .gitigonre to igonre some files
      
      * * use another presto driver
      
      * * add LICENSE files about presto-jdbc
      
      * * just for test sonar
      Co-authored-by: Nrockxsj <junjun@mgtv.com>
      2b46db0b
    • G
      resolve curator-client dependency confliction (#3488) · 6da7f1a2
      geosmart 提交于
      * dolphinscheduler-api.pom resolve curator-client conflict
      
      the ds use curator-client:4.3.0 dependency by curator-frameworke,
      but hadoop-common use  curator-client:2.7.1,
      so make the ClassNotFoundException
      ```
      Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy
      ```
      exclue curator-client in hadoop-common to resolve this
      
      * resolve curator-client dependency confliction
      
      
      ## What is the purpose of the pull request
      
      the ds use curator-client:4.3.0 dependency by curator-frameworke,
      but hadoop-common use  curator-client:2.7.1,
      so make the ClassNotFoundException
      ```
      Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy
      ```
      exclue curator-client in hadoop-common to resolve this
      6da7f1a2
  8. 13 8月, 2020 1 次提交
    • _和's avatar
      batch copy or move process #2753 (#2884) · 46ab86d6
      _和 提交于
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process sovle code smell
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * batch copy or move process
      
      * Roll back the package.json file
      
      * rerun test
      
      * revert blank
      
      * resolve conflicts
      
      * resolve conflicts
      
      * resolve ut error
      
      * resolve sonar error
      Co-authored-by: Nsunchaohe <sunzhaohe@linklogis.com>
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      46ab86d6
  9. 12 8月, 2020 1 次提交
  10. 10 8月, 2020 9 次提交
    • C
      [Feature#3234][cluster]enhanced load balancing (#3235) · d6a32ac6
      CalvinKirs 提交于
      * [Future#3234][cluster]enhanced load balancing
      weight-based load balancing algorithm
      this close # 3234
      
      * remove useless parameter
      
      * code smell
      
      * load balancing according to work group
      
      * add smooth weight round robin
      
      * remove unused constants
      
      * perfect unit test
      
      * code smell
      
      * code smell
      
      * add work weight config
      
      * fix config error
      
      * add weight docs to readme.md
      d6a32ac6
    • F
      [Fix-3262][common] When you request the URL through applicationID to get the... · 5584f0cb
      felix.wang 提交于
      [Fix-3262][common]   When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled  (#3264)
      
      * fix bug #3165   get resource.storage.type value   toUpperCase
      
      * fix bug #3176  optimize Gets the value of this property “resource.storage.type”
      
      * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
      
      * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
      
      * fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
      
      * fix miss
      
      * add KerberosHttpClient fix  kerberos bug
      
      * fix map init
      
      * add juint test
      
      * Extraction of public methods
      
      * Extraction of public methods
      
      * Fix code quality
      
      * Fix code quality
      
      * Fix code quality
      
      * Fix code quality
      
      * Fix code quality
      
      * Fix code quality
      
      * Fix code quality
      
      * rebuild test
      
      * rebuild test
      
      * check style
      
      * check style
      
      * check style
      
      * revert UT POM
      
      * Kerberos judgment goes up to hadoopUtils
      
      * fix merge
      
      * Remove connection pool shutdown
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      5584f0cb
    • rockxsj's avatar
      * add ZOOKEEPER_ROOT env in k8s deploy (#3260) · 232a2444
      rockxsj 提交于
      Co-authored-by: Nrockxsj <junjun@mgtv.com>
      232a2444
    • Y
      [Improvement][style] Improve checkstyle import order and code style importer (#3368) · db39f1f3
      Yichao Yang 提交于
      * [Improvement][style] Add code import style automatic formatter
      
      * Update checkstyle.xml
      
      * Update checkstyle.xml
      
      * [Improvement][api] Improve the code style and checkstyle of ds
      
      * Update checkstyle.xml
      db39f1f3
    • Y
      [Improvement-3369][api] Introduce api service interface for ProcessDefinitionService (#3371) · 133b4de1
      Yichao Yang 提交于
      * [Improvement-3369][api] Code clean and improvement
      
      * Feature: import DATA_LIST static variable
      133b4de1
    • Y
      [Improvement-3369][api] Introduce session service interface for clear code (#3408) · 379203b3
      Yichao Yang 提交于
      * [Improvement][api] Introduce session service interface for clear code
      
      * Update SessionService.java
      
      * [Improvement][api] Add @Service
      
      * Add licenses
      379203b3
    • Y
      [Test][server] Add LoggerServerTest (#3405) · f419fe62
      Yichao Yang 提交于
      f419fe62
    • B
      [Feature][Queue]`Queue manage ' is renamed' yarn queue manage ' (#3430) · 8bec5eb6
      BoYiZhang 提交于
      * fix bug
      
      Delete invalid field: executorcores
      
      Modify verification prompt
      
      * fix bug
      
      Delete invalid field: executorcores
      
      Modify verification prompt
      
      * fix bug
      
      Delete invalid field: executorcores
      
      Modify verification prompt
      
      * dag  add close button
      
      * reset last version
      
      * reset last version
      
      * dag add close buttion
      
      dag add close buttion
      
      * update  CLICK_SAVE_WORKFLOW_BUTTON  xpath
      
      * updae CLICK_SAVE_WORKFLOW_BUTTON xpath
      
      * updae CLICK_SAVE_WORKFLOW_BUTTON xpath
      
      * updae CLICK_SAVE_WORKFLOW_BUTTON xpath
      
      * Update CreateWorkflowLocator.java
      
      modify submit workflow button
      
      * Update CreateWorkflowLocator.java
      
      * Update CreateWorkflowLocator.java
      
      modify CLICK_ADD_BUTTON
      
      * Update CreateWorkflowLocator.java
      
      delete print
      
      * Update CreateWorkflowLocator.java
      
      1
      
      * Update CreateWorkflowLocator.java
      
      1
      
      * Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
      
      in addition
      
      update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
      
      * Update dag.vue
      
      * Update dag.vue
      
      * Update dag.vue
      
      * Update CreateWorkflowLocator.java
      
      * Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
      
      This reverts commit 3a2cba7a
      
      * Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
      
      in addition
      
      update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
      
      * Update dolphinscheduler-daemon.sh
      
      * `Queue manage` is renamed ` yarn queue manage `
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      Co-authored-by: Nxingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
      8bec5eb6
    • Y
      [Improvement-3369][api] Introduce data analysis service interface for clear code (#3439) · 3ed0afa6
      Yichao Yang 提交于
      * [Improvement][api] Introduce data analysis service interface for clear code
      
      * Remove the bad smell
      
      * Remove the bad smell
      3ed0afa6