yuanzac commented on a change in pull request #108: SUBMARINE-302. Split the
submitter-yarnservice from travis into job
URL: https://github.com/apache/submarine/pull/108#discussion_r351081482
##########
File path: .travis.yml
##########
@@ -167,6 +154,18 @@ matrix:
dist: xenial
env: NAME="Test submarine-server" PROFILE="-Phadoop-2.9"
BUILD_FLAG="clean package install -DskipTests" TEST_FLAG="test -DskipRat -am"
MODULES="-pl ${EXCLUDE_K8S},${EXCLUDE_WORKBENCH},${EXCLUDE_INTERPRETER}"
TEST_MODULES="-pl submarine-server/server-core" TEST_PROJECTS=""
+ - name: Submarine on Hadoop YARN 3.1
Review comment:
In my opinion, we can't just test yarn server for hadoop 3.1 and hadoop3.2.
Submarine other modules, even tony has compatible issues for hadoop 3.*.
Because hadoop API is different between hadoop 2 and hadoop 3.
If we want to separate yarn service, we can add a new travis job for yarn
service just like this. But we should keep test job for other modules.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]