adoroszlai opened a new pull request, #7135:
URL: https://github.com/apache/hadoop/pull/7135

   ## What changes were proposed in this pull request?
   
   - Update `Dockerfile` to Hadoop 3.4.1.
   - Bump Apache Rat to current version, improving download logic to reduce 
future change when Rat needs to be upgraded next time.
   - Change local tag in `build.sh` to `apache/hadoop:dev`.  This allows 
testing the image locally without overwriting the local copy of the official 
image.  It does not affect the tag used by automated build in Docker Hub.
   
   https://issues.apache.org/jira/browse/HADOOP-19322
   
   ## How was this patch tested?
   
   ```
   $ ./build.sh
   ...
    => => writing image 
sha256:78efe28a57c53aff668629b2af5f87a48121378dd4bbf3752a483cddb458be93
    => => naming to docker.io/apache/hadoop:dev
   
   $ docker run -it --rm apache/hadoop:dev hadoop version
   Hadoop 3.4.1
   Source code repository https://github.com/apache/hadoop.git -r 
4d7825309348956336b8f06a08322b78422849b1
   Compiled by mthakur on 2024-10-09T14:57Z
   Compiled on platform linux-x86_64
   Compiled with protoc 3.23.4
   From source with checksum 7292fe9dba5e2e44e3a9f763fce3e680
   This command was run using 
/opt/hadoop/share/hadoop/common/hadoop-common-3.4.1.jar
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to