You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Wei-Chiu Chuang <we...@apache.org> on 2021/05/17 04:50:52 UTC

Updated Hadoop fix versions

Hi,

I found hundreds of discrepancies between Apache JIRA and git history, and
updated the jira fix versions according to git history.

Some of the noticeable updates:

(1)
HADOOP-16730 ABFS: Support for Shared Access Signatures (SAS) -->
originally a new feature in 3.3.1, is actually in 3.3.0.

(2)
The issue for the following jira was deleted. I am not sure why.

commit 3aae563421748cbf180dd7027b5a3851d5ab1b28
Author: kwangsun <no...@gmail.com>
Date:   Mon Mar 22 11:43:32 2021 +0900

    HADOOP-17952. Fix the wrong CIDR range example in Proxy User
documentation. (#2780)

    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit c8d327a4f1a7f15d6be35051414199d1d3fdc5ef)

(3) there's a branch-3 in the repo which is stale. I don't think we're
using that branch.

Here's a python script (Python 3 compatible) that compares git history vs
apache jira.
Feel free to use it for future releases.
https://gist.github.com/jojochuang/ea6485e7b2e1da41dcd33427eb476fb6

To use it, install two modules:
pip3 install gitpython
pip3 install jira