This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Closed
Conversation
asfgit
pushed a commit
that referenced
this pull request
Sep 30, 2019
### What is this PR for? 1. Fix TeamRestApi bug (accidentally write ownName dead) 2. Optimize TeamMapper.xml/TeamMemberMapper.xml data set of insert and update duration 3. Optimize the unreasonable points in the Team test cases (some scenarios are not covered) ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-203](https://issues.apache.org/jira/browse/SUBMARINE-203) ### How should this be tested? * [CI Pass](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/591041416) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: LinhaoZhu <zhulinhao306@163.com> Author: Linhao Zhu <zhulinhao306@gmail.com> Closes #21 from LinhaoZhu/SUBMARINE-203 and squashes the following commits: d171ad9 [LinhaoZhu] [SUBMARINE-203] [SERVER] NewlineAtEndOfFile: File does not end with a newline. eb68d77 [LinhaoZhu] [SUBMARINE-203] [SERVER] Set the value of updateBy when adding data dc0811c [LinhaoZhu] [SUBMARINE-203] [SERVER] Add TeamMemberService test, Change naming convention issues, fix TeamMemberMapper.xml bug. fdd04d9 [LinhaoZhu] [SUBMARINE-203] [SERVER] Submarine project manager TeamRestApi bug fix and Code specification optimization 787c1e4 [Linhao Zhu] Merge pull request #3 from apache/master 5dd7e69 [Linhao Zhu] Merge pull request #2 from apache/master d70f4ad [Linhao Zhu] Merge pull request #1 from apache/master
asfgit
pushed a commit
that referenced
this pull request
Oct 4, 2019
### What is this PR for? Refer to the Java code specification:https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html, Write the resources that need to be closed in the try block instead of manually closing them in finally. ### What type of PR is it? [ Improvement ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-204](https://issues.apache.org/jira/browse/SUBMARINE-204) ### How should this be tested? * [CI Pass](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/592062347) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Linhao Zhu <zhulinhao306@gmail.com> Author: LinhaoZhu <zhulinhao306@163.com> Closes #29 from LinhaoZhu/SUBMARINE-204 and squashes the following commits: fe94626 [LinhaoZhu] [SUBMARINE-204] Optimize the tryResourceClose 394ead6 [LinhaoZhu] Merge branch 'master' of https://github.com/LinhaoZhu/hadoop-submarine e960433 [Linhao Zhu] Merge pull request #4 from apache/master 8380fef [LinhaoZhu] Merge branch 'master' of https://github.com/apache/hadoop-submarine 787c1e4 [Linhao Zhu] Merge pull request #3 from apache/master 5dd7e69 [Linhao Zhu] Merge pull request #2 from apache/master d70f4ad [Linhao Zhu] Merge pull request #1 from apache/master
asfgit
pushed a commit
that referenced
this pull request
Oct 6, 2019
### What is this PR for? 1. The ".gitignore" file contains "*.properties", The file with the ".properties" suffix cannot be uploaded, Such as log4j properties. 2. workbench-server project and hadoop-submarine/conf ,The log configuration file needs to be provided. ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-206](https://issues.apache.org/jira/browse/SUBMARINE-206) ### How should this be tested? * [CI Pass](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/591377170) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Linhao Zhu <zhulinhao306@gmail.com> Author: LinhaoZhu <zhulinhao306@163.com> Closes #25 from LinhaoZhu/SUBMARINE-206 and squashes the following commits: 85ecacd [LinhaoZhu] [SUBMARINE-206] Add log4j.properties 394ead6 [LinhaoZhu] Merge branch 'master' of https://github.com/LinhaoZhu/hadoop-submarine e960433 [Linhao Zhu] Merge pull request #4 from apache/master 8380fef [LinhaoZhu] Merge branch 'master' of https://github.com/apache/hadoop-submarine 787c1e4 [Linhao Zhu] Merge pull request #3 from apache/master 5dd7e69 [Linhao Zhu] Merge pull request #2 from apache/master d70f4ad [Linhao Zhu] Merge pull request #1 from apache/master
asfgit
pushed a commit
that referenced
this pull request
Oct 8, 2019
### What is this PR for? In non-java files, the format of license is not in accordance with the specification and needs to be modified, including parts of xxxMapper.xml and pom.xml ### What type of PR is it? [ Improvement ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-205](https://issues.apache.org/jira/browse/SUBMARINE-205) ### How should this be tested? * [CI Pass](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/595014468) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Linhao Zhu <zhulinhao306@gmail.com> Author: LinhaoZhu <zhulinhao306@163.com> Author: LinhaoZhu <zhulinhao306@gmail.com> Author: qiyuezhetian <zhulinhao306@163.com> Closes #26 from LinhaoZhu/SUBMARINE-205 and squashes the following commits: 3fe9d90 [LinhaoZhu] [SUBMARINE-205] Modify license format. 32ae4cf [qiyuezhetian] [SUBMARINE-205] Modify license format. e39f7fa [LinhaoZhu] [SUBMARINE-205] Modify license format 394ead6 [LinhaoZhu] Merge branch 'master' of https://github.com/LinhaoZhu/hadoop-submarine e960433 [Linhao Zhu] Merge pull request #4 from apache/master 8380fef [LinhaoZhu] Merge branch 'master' of https://github.com/apache/hadoop-submarine 787c1e4 [Linhao Zhu] Merge pull request #3 from apache/master 5dd7e69 [Linhao Zhu] Merge pull request #2 from apache/master d70f4ad [Linhao Zhu] Merge pull request #1 from apache/master
xunliu
pushed a commit
to xunliu/submarine
that referenced
this pull request
Nov 20, 2019
Update the latest version of the code
asfgit
pushed a commit
that referenced
this pull request
Dec 3, 2019
### What is this PR for? 1. Put in the hive SQL scripts, create a mysql user(metastore) inside mini-submarine, then create the hide-meta metadata table structure in the metastore user. 2. In submarine-site.xml, add a MYSQL configuration of metastore, Hive's jar connects mysql metadata through this configuration. ### What type of PR is it? [ Feature ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-283](https://issues.apache.org/jira/browse/SUBMARINE-283) ### How should this be tested? * [Pass-CI](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/619433250) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: LinhaoZhu <zhulinhao306@163.com> Author: Linhao Zhu <zhulinhao306@gmail.com> Closes #118 from LinhaoZhu/SUBMARINE-283 and squashes the following commits: 27df4f1 [LinhaoZhu] [SUBMARINE-283] Update docs. 38b1a48 [LinhaoZhu] [SUBMARINE-283] Delete MetastoreRestApi. 6b31d71 [LinhaoZhu] [SUBMARINE-283] Exclusion more. b1b3e57 [LinhaoZhu] [SUBMARINE-283] Exclusion jetty-server. ea4564a [LinhaoZhu] [SUBMARINE-283] Exclusion jetty-webapp. 44b8be6 [LinhaoZhu] [SUBMARINE-283] Exclusion more. 15504fd [LinhaoZhu] [SUBMARINE-283] Exclusion hadoop-auth. 12d1a99 [LinhaoZhu] [SUBMARINE-283] Add MetastoreRestApi. 1dcd86a [LinhaoZhu] [SUBMARINE-283] Metadata access services. 719c3c6 [Linhao Zhu] Merge pull request #7 from apache/master bf2f678 [Linhao Zhu] Merge pull request #4 from apache/master 722bb9d [Linhao Zhu] Merge pull request #3 from apache/master d06059a [Linhao Zhu] Merge pull request #2 from apache/master ca7409f [Linhao Zhu] Merge pull request #1 from apache/master
kevin85421
pushed a commit
to kevin85421/hadoop-submarine
that referenced
this pull request
Dec 24, 2019
### What is this PR for? 1. Put in the hive SQL scripts, create a mysql user(metastore) inside mini-submarine, then create the hide-meta metadata table structure in the metastore user. 2. In submarine-site.xml, add a MYSQL configuration of metastore, Hive's jar connects mysql metadata through this configuration. ### What type of PR is it? [ Feature ] ### Todos * [ ] - Task ### What is the Jira issue? * [SUBMARINE-283](https://issues.apache.org/jira/browse/SUBMARINE-283) ### How should this be tested? * [Pass-CI](https://travis-ci.org/LinhaoZhu/hadoop-submarine/builds/619433250) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: LinhaoZhu <zhulinhao306@163.com> Author: Linhao Zhu <zhulinhao306@gmail.com> Closes apache#118 from LinhaoZhu/SUBMARINE-283 and squashes the following commits: 27df4f1 [LinhaoZhu] [SUBMARINE-283] Update docs. 38b1a48 [LinhaoZhu] [SUBMARINE-283] Delete MetastoreRestApi. 6b31d71 [LinhaoZhu] [SUBMARINE-283] Exclusion more. b1b3e57 [LinhaoZhu] [SUBMARINE-283] Exclusion jetty-server. ea4564a [LinhaoZhu] [SUBMARINE-283] Exclusion jetty-webapp. 44b8be6 [LinhaoZhu] [SUBMARINE-283] Exclusion more. 15504fd [LinhaoZhu] [SUBMARINE-283] Exclusion hadoop-auth. 12d1a99 [LinhaoZhu] [SUBMARINE-283] Add MetastoreRestApi. 1dcd86a [LinhaoZhu] [SUBMARINE-283] Metadata access services. 719c3c6 [Linhao Zhu] Merge pull request apache#7 from apache/master bf2f678 [Linhao Zhu] Merge pull request apache#4 from apache/master 722bb9d [Linhao Zhu] Merge pull request apache#3 from apache/master d06059a [Linhao Zhu] Merge pull request apache#2 from apache/master ca7409f [Linhao Zhu] Merge pull request apache#1 from apache/master
asfgit
pushed a commit
that referenced
this pull request
Jun 29, 2022
### What is this PR for? Add XGBoost support to MLJob ### What type of PR is it? Feature ### Todos * [x] update ExperimentSpecParser * [x] create XGBoost Folder in Model Folder * [ ] add XGBoost button in Workbench ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1255 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? No Author: Kevin Su <pingsutw@apache.org> Author: JackLiu00521 <jackliu00521@gmail.com> Signed-off-by: Kevin <pingsutw@apache.org> Closes #939 from JackLiu00521/SUBMARINE-1255 and squashes the following commits: a2f0b2a [Kevin Su] Fixed tests c270fd3 [Kevin Su] Fixed tests 02b75b8 [Kevin Su] Fixed tests f3ba3e1 [Kevin Su] Fixed tests 4eab29b [Kevin Su] Fixed tests edc1da7 [Kevin Su] Fixed tests e30c6e0 [Kevin Su] Fixed tests 832c553 [Kevin Su] Fixed tests 40484fd [Kevin Su] Fixed tests b29b559 [Kevin Su] Fixed tests b8ad1d8 [Kevin Su] Fixed tests 778b6ba [Kevin Su] Merge branch 'master' of github.com:apache/submarine into SUBMARINE-1255 f47dfdf [Kevin Su] Fixed tests c5ebd47 [JackLiu00521] Merge pull request #3 from pingsutw/939 30b6961 [Kevin Su] Few updates 304724c [Kevin Su] Few updates 785ce9b [JackLiu00521] fix errors 41d24f0 [JackLiu00521] 20220627 temp commit 301b210 [JackLiu00521] temp commit 5feb168 [JackLiu00521] temp commit before buidl 85435bb [JackLiu00521] SUBMARINE-1255. update experimentSpectParserTest 8625ed0 [JackLiu00521] update indentation d24aad8 [JackLiu00521] update parseXGBoostJobSpec bca3c60 [JackLiu00521] add xgboost model, update parser 830ab55 [JackLiu00521] commit after fetch upstream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Test Travis, don't merge