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


   ## What changes were proposed in this pull request?
   
   1. Update to Hadoop 3.3.1 release.
   2. Change to `curl` for download because `wget` thinks `apache.org` 
certificate is expired.
   
   https://issues.apache.org/jira/browse/HADOOP-17713
   
   ## How was this patch tested?
   
   Built the new image locally:
   
   ```
   $ ./build.sh
   ...
    => => writing image 
sha256:23f613502b2b883ee4978b997409ca6c24116722e67caa6a9f521aef04c0a6bc         
                                                                                
                          0.0s
    => => naming to docker.io/apache/hadoop:3                                   
                                                                                
                                                  0.0s
   ```
   
   and tested it with the included sample Docker Compose cluster:
   
   ```
   $ docker-compose up -d --scale datanode=3 --scale nodemanager=3
   $ docker-compose exec resourcemanager yarn jar \
       /opt/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-3.3.1.jar 
pi 3 3
   ...
   Job Finished in 36.514 seconds
   Estimated value of Pi is 3.55555555555555555556
   ```


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