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

2020-05-18 Thread Apache Jenkins Server
ARM Build Details : https://builds.apache.org/job/Hadoop-qbt-linux-ARM-trunk/202/ CHANGES [May 18, 2020 6:36:20 AM] (aajisaka) HADOOP-17042. Hadoop distcp throws 'ERROR: Tools helper [May 18, 2020 7:29:07 AM] (aajisaka) Revert

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

2020-05-18 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/145/ [May 18, 2020 6:36:20 AM] (Akira Ajisaka) HADOOP-17042. Hadoop distcp throws 'ERROR: Tools helper ///usr/lib/hadoop/libexec/tools/hadoop-distcp.sh was not found'. Contributed by Aki Tanaka.

Re: [DISCUSS] making Ozone a separate Apache project

2020-05-18 Thread Mingliang Liu
+1 On Mon, May 18, 2020 at 12:37 AM Elek, Marton wrote: > > > > One question, for the committers who contributed to Ozone before and got > > the committer-role in the past (like me), will they carry the > > committer-role to the new repo? > > > In short: yes. > > > In more details: > > This

Re: [NOTICE] Removal of protobuf classes from Hadoop Token's public APIs' signature

2020-05-18 Thread Eric Yang
ProtobufHelper should not be a public API. Hadoop uses protobuf serialization to expertise RPC performance with many drawbacks. The generalized object usually require another indirection to map to usable Java object, this is making Hadoop code messy, and that is topic for another day. The main

[jira] [Created] (HDFS-15362) FileWithSnapshotFeature#updateQuotaAndCollectBlocks should collect all distinct blocks

2020-05-18 Thread hemanthboyina (Jira)
hemanthboyina created HDFS-15362: Summary: FileWithSnapshotFeature#updateQuotaAndCollectBlocks should collect all distinct blocks Key: HDFS-15362 URL: https://issues.apache.org/jira/browse/HDFS-15362

[jira] [Resolved] (HDFS-15202) HDFS-client: boost ShortCircuit Cache

2020-05-18 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDFS-15202. Fix Version/s: 3.4.0 Resolution: Fixed > HDFS-client: boost ShortCircuit Cache >

Apache Hadoop qbt Report: branch2.10+JDK7 on Linux/x86

2020-05-18 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86/689/ [May 17, 2020 3:59:10 AM] (yqlin) HDFS-15264. Backport Datanode detection to branch-2.10. Contributed by -1 overall The following subsystems voted -1: asflicense findbugs hadolint pathlen

[jira] [Created] (HDFS-15361) Implement clear method in ErasureCodingPolicyManager class

2020-05-18 Thread Rungroj Maipradit (Jira)
Rungroj Maipradit created HDFS-15361: Summary: Implement clear method in ErasureCodingPolicyManager class Key: HDFS-15361 URL: https://issues.apache.org/jira/browse/HDFS-15361 Project: Hadoop HDFS

Re: [DISCUSS] making Ozone a separate Apache project

2020-05-18 Thread Elek, Marton
One question, for the committers who contributed to Ozone before and got the committer-role in the past (like me), will they carry the committer-role to the new repo? In short: yes. In more details: This discussion (if there is an agreement) should be followed by a next discussion +

Re: [NOTICE] Removal of protobuf classes from Hadoop Token's public APIs' signature

2020-05-18 Thread Vinayakumar B
Hi Wei-chu and steve, Thanks for sharing insights. I have also tried to compile and execute ozone pointing to trunk(3.4.0-SNAPSHOT) which have shaded and upgraded protobuf. Other than just the usage of internal protobuf APIs, because of which compilation would break, I found another major

[jira] [Reopened] (HDFS-14762) "Path(Path/String parent, String child)" will fail when "child" contains ":"

2020-05-18 Thread Surendra Singh Lilhore (Jira)
[ https://issues.apache.org/jira/browse/HDFS-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Surendra Singh Lilhore reopened HDFS-14762: --- We should handle this scenario. It is valid scenario.  We faced same problem