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 "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/26 13:37:00 UTC

[jira] [Work logged] (HADOOP-17320) Update apache/hadoop:3 to 3.3.0 release

     [ https://issues.apache.org/jira/browse/HADOOP-17320?focusedWorklogId=504714&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-504714 ]

ASF GitHub Bot logged work on HADOOP-17320:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Oct/20 13:36
            Start Date: 26/Oct/20 13:36
    Worklog Time Spent: 10m 
      Work Description: adoroszlai opened a new pull request #2415:
URL: https://github.com/apache/hadoop/pull/2415


   ## What changes were proposed in this pull request?
   
   1. Update to Hadoop 3.3.0 release.
   2. And some misc updates/improvements for the docker build:
      * Use current Apache Rat 0.13 in `build.sh` as 0.12 is now available only in archive.
      * Add `.dockerignore` to speed up build (avoid sending `.git` etc. to the Docker daemon).
      * Let git ignore `build` dir (created by `build.sh`).
      * Add some MapReduce-related env to docker config to allow running MR examples.
   
   https://issues.apache.org/jira/browse/HADOOP-17320
   
   ## How was this patch tested?
   
   Built the new image locally:
   
   ```
   $ ./build.sh
   ...
   Successfully built 2adf1981fb31
   Successfully tagged apache/hadoop:3
   ```
   
   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.0.jar pi 3 3
   ...
   Job Finished in 26.524 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.

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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 504714)
    Remaining Estimate: 0h
            Time Spent: 10m

> Update apache/hadoop:3 to 3.3.0 release
> ---------------------------------------
>
>                 Key: HADOOP-17320
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17320
>             Project: Hadoop Common
>          Issue Type: Task
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{apache/hadoop:3}} docker image should be updated to the [Hadoop 3.3.0 release|https://hadoop.apache.org/release/3.3.0.html].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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