Re: Hadoop 3.2 Release Plan proposal

2018-10-25 Thread Konstantin Shvachko
Another thing is that I see a bunch of jiras under HDFS-8707, which don't have the Fix Version field listing 3.2, some have it just empty. This means they will not be populated into release notes. Thanks, --Konstantin On Thu, Oct 25, 2018 at 7:59 AM Sunil G wrote: > Thanks Konstantin for

[DISCUSS] Hadoop RPC encryption performance improvements

2018-10-25 Thread Wei-Chiu Chuang
Folks, I would like to invite all to discuss the various Hadoop RPC encryption performance improvements. As you probably know, Hadoop RPC encryption currently relies on Java SASL, and have _really_ bad performance (in terms of number of RPCs per second, around 15~20% of the one without SASL)

[jira] [Resolved] (HADOOP-15373) Clear the code of Callqueuemanager

2018-10-25 Thread maobaolong (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maobaolong resolved HADOOP-15373. - Resolution: Not A Bug > Clear the code of Callqueuemanager >

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2018-10-25 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/937/ [Oct 24, 2018 4:49:28 AM] (aajisaka) HADOOP-15822. zstd compressor can fail with a small output buffer. [Oct 24, 2018 6:02:53 AM] (vinayakumarb) HADOOP-15856. Trunk build fails to compile native on

Re: Hadoop 3.2 Release Plan proposal

2018-10-25 Thread Sunil G
Thanks Konstantin for pointing out. As 3.2 is pretty much on RC level, its better we try to find a good solution to this issue. I ll follow up on this in the jira. - Sunil On Thu, Oct 25, 2018 at 11:35 AM Konstantin Shvachko wrote: > I've tried to attract attention to an incompatibility issue

[jira] [Resolved] (HADOOP-7022) MD5Hash does not return file size

2018-10-25 Thread Andras Bokor (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Bokor resolved HADOOP-7022. -- Resolution: Won't Fix > MD5Hash does not return file size > -

[DISCUSS] Release Apache Hadoop Ozone 0.3.0-alpha

2018-10-25 Thread Elek, Marton
Hi all, Since the previous 0.2.1-alpha ozone release more than 170 patches have been committed to the apache trunk under hadoop-ozone/hadoop-hdds subprojects. The 0.3.0-alpha release carries an S3 compatible rest server. This allows S3 applications to work against Ozone with zero-changes. The

[jira] [Created] (HADOOP-15882) Upgrade maven-shade-plugin from 2.4.3 to 3.2.0

2018-10-25 Thread Takanobu Asanuma (JIRA)
Takanobu Asanuma created HADOOP-15882: - Summary: Upgrade maven-shade-plugin from 2.4.3 to 3.2.0 Key: HADOOP-15882 URL: https://issues.apache.org/jira/browse/HADOOP-15882 Project: Hadoop Common

Re: Hadoop 3.2 Release Plan proposal

2018-10-25 Thread Konstantin Shvachko
I've tried to attract attention to an incompatibility issue through the jira, but it didn't work. So pitching in in this thread. https://issues.apache.org/jira/browse/HDFS-12026 It introduced binary incompatibility, which will prevent people from upgrading from 3.1 to 3.2. I think it can get messy