You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/05/01 17:59:39 UTC

[GitHub] [hadoop] GauthamBanasandra commented on pull request #4253: HADOOP-18219. Revert "HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)"

GauthamBanasandra commented on PR #4253:
URL: https://github.com/apache/hadoop/pull/4253#issuecomment-1114297367

   Hi @pjfanning, @aajisaka, @steveloughran,
   
   This commit has broken the shadedclient tests on Debian 10 - https://github.com/apache/hadoop/commit/63187083cc3b9bb1c1e90e692e271958561f9cc8. The last known good commit where shadedclient tests ran successfully is https://github.com/apache/hadoop/commit/aebd55f7883c6b12afe5faeb776ab0e0b83420da.
   
   Here are the steps that I followed -
   1. Create docker image for building Hadoop on Debian 10 using /dev-support/docker/Dockerfile_debian_10 -
   ```bash
   $ docker build -t hadoop-builder-debian-10 -f .\dev-support\docker\Dockerfile_debian_10 .\dev-support\docker\
   ```
   2. Start the container from the image `hadoop-builder-debian-10` that we just created -
   ```bash
   $ docker run -it hadoop-builder-debian-10 bash
   ```
   3. Clone the Hadoop repo -
   ```bash
   $ git clone https://github.com/apache/hadoop.git
   $ cd hadoop
   ```
   4. Start git bisect -
   ```bash
   $ git bisect start
   $ git bisect good aebd55f7883c6b12afe5faeb776ab0e0b83420da
   $ git bisect bad 63187083cc3b9bb1c1e90e692e271958561f9cc8
   ```
   5. Run the following command every time git bisect checks out a commit -
   ```bash
   $ /usr/bin/mvn verify -fae -am -pl hadoop-client-modules/hadoop-client-check-invariants -pl hadoop-client-modules/hadoop-client-check-test-invariants -pl hadoop-client-modules/hadoop-client-integration-tests -Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true
   ```


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org