Skip to content

BIGTOP-3486. Fix version mismatch of Jetty between Hadoop and HBase.#722

Merged
sekikn merged 1 commit intoapache:masterfrom
iwasakims:BIGTOP-3486
Feb 4, 2021
Merged

BIGTOP-3486. Fix version mismatch of Jetty between Hadoop and HBase.#722
sekikn merged 1 commit intoapache:masterfrom
iwasakims:BIGTOP-3486

Conversation

@iwasakims
Copy link
Copy Markdown
Member

https://issues.apache.org/jira/browse/BIGTOP-3486

This sets Jetty version to the latest of 9.3.

@iwasakims
Copy link
Copy Markdown
Member Author

Unit tests of Hadoop and HBase worked as expected with the patch applied.

hadoop::

mvn test -Dzookeeper.version=3.4.14 -Djetty.version=9.3.29.v20201019 -Dmaven.test.failure.ignore=true 

hbase::

mvn test -Phadoop-3.0 -Dhadoop-three.version=3.2.2 -Dslf4j.version=1.7.25 -Djetty.version=9.3.29.v20201019 -Dzookeeper.version=3.4.14 -Dsurefire.testFailureIgnore=true

@sekikn
Copy link
Copy Markdown
Contributor

sekikn commented Feb 4, 2021

@iwasakims I tried to test this PR locally but it couldn't be applied as it is after merging #723. Would you rebase this?

@iwasakims
Copy link
Copy Markdown
Member Author

I rebased this. Thanks, @sekikn.

@sekikn
Copy link
Copy Markdown
Contributor

sekikn commented Feb 4, 2021

+1, building HBase with this PR succeeded on CentOS 7, Debian 10 and Ubuntu 18.04. Its smoke test also passed on CentOS 7. Thanks @iwasakims!

@sekikn sekikn merged commit ef8866a into apache:master Feb 4, 2021
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.

2 participants