[jira] [Created] (HDFS-12672) Verify erasure coding native code on Windows platform

2017-10-16 Thread SammiChen (JIRA)
SammiChen created HDFS-12672: Summary: Verify erasure coding native code on Windows platform Key: HDFS-12672 URL: https://issues.apache.org/jira/browse/HDFS-12672 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-12671) Test NameNode restarts

2017-10-16 Thread Virajith Jalaparti (JIRA)
Virajith Jalaparti created HDFS-12671: - Summary: Test NameNode restarts Key: HDFS-12671 URL: https://issues.apache.org/jira/browse/HDFS-12671 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-12670) can't renew HDFS tokens with only the hdfs client jar

2017-10-16 Thread Thomas Graves (JIRA)
Thomas Graves created HDFS-12670: Summary: can't renew HDFS tokens with only the hdfs client jar Key: HDFS-12670 URL: https://issues.apache.org/jira/browse/HDFS-12670 Project: Hadoop HDFS Iss

[jira] [Created] (HDFS-12669) Implement toString() for EditLogInputStream

2017-10-16 Thread Chao Sun (JIRA)
Chao Sun created HDFS-12669: --- Summary: Implement toString() for EditLogInputStream Key: HDFS-12669 URL: https://issues.apache.org/jira/browse/HDFS-12669 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-5290) Port Encryption Support in DataTransfer protocol to Hadoop 1

2017-10-16 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoy Antony resolved HDFS-5290. Resolution: Won't Do Cleaning up jiras which is not relevant anymore. > Port Encryption Support in D

[jira] [Resolved] (HDFS-4823) Inode.toString () should return the full path

2017-10-16 Thread Benoy Antony (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoy Antony resolved HDFS-4823. Resolution: Won't Do Cleaning up jiras which is not relevant anymore. > Inode.toString () should re

[jira] [Created] (HDFS-12668) MetricsSystemImpl should consistently check minicluster mode

2017-10-16 Thread Xiao Chen (JIRA)
Xiao Chen created HDFS-12668: Summary: MetricsSystemImpl should consistently check minicluster mode Key: HDFS-12668 URL: https://issues.apache.org/jira/browse/HDFS-12668 Project: Hadoop HDFS Iss

[jira] [Created] (HDFS-12667) KMSClientProvider#ValueQueue does synchronous fetch of edeks in background async thread.

2017-10-16 Thread Rushabh S Shah (JIRA)
Rushabh S Shah created HDFS-12667: - Summary: KMSClientProvider#ValueQueue does synchronous fetch of edeks in background async thread. Key: HDFS-12667 URL: https://issues.apache.org/jira/browse/HDFS-12667

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

2017-10-16 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/559/ [Oct 16, 2017 2:28:22 AM] (xiao) HDFS-12659. Update TestDeadDatanode#testNonDFSUsedONDeadNodeReReg to -1 overall The following subsystems voted -1: unit The following subsystems voted -1 but wer

Re: [VOTE] Merge feature branch YARN-5355 (Timeline Service v2) to trunk

2017-10-16 Thread Vrushali C
Timeline Service v2 should be landing on branch2 shortly. thanks Vrushali On Thu, Sep 7, 2017 at 4:57 PM, Vrushali C wrote: > Thanks everyone. > > It has been over a week (~9 days) since TSv2 has been merged to trunk with > no problems thus far. We are now thinking about merging timeline servic

Changing Replication Factor

2017-10-16 Thread Hilmi Egemen Ciritoğlu
Hi all, I am just wonder when I set replication factor for lower value than 3, I believe this method is working: chooseReplicaToDelete public List chooseReplicasToDelete( Collection availableReplicas, Collection delCandidates, int expectedNumOfReplicas, List excessTypes, DatanodeDescriptor addedN

[jira] [Created] (HDFS-12666) Provided Storage Mount Manager (PSMM) mount

2017-10-16 Thread Ewan Higgs (JIRA)
Ewan Higgs created HDFS-12666: - Summary: Provided Storage Mount Manager (PSMM) mount Key: HDFS-12666 URL: https://issues.apache.org/jira/browse/HDFS-12666 Project: Hadoop HDFS Issue Type: Sub-tas

[jira] [Created] (HDFS-12665) [AliasMap] Create a version of the AliasMap that runs in memory in the Namenode (leveldb)

2017-10-16 Thread Ewan Higgs (JIRA)
Ewan Higgs created HDFS-12665: - Summary: [AliasMap] Create a version of the AliasMap that runs in memory in the Namenode (leveldb) Key: HDFS-12665 URL: https://issues.apache.org/jira/browse/HDFS-12665 Pro

How to Use HAAdmin API

2017-10-16 Thread Mihir Monani
Hi, I was going thourgh HAAdmin.java to see how can i get list of Active NN name ( like nn1) or make Failover (-failover nn1 nn2). As the class's methods are protected or private, It was not possible to use them as part of simple Java Program which can do action like Failover, Fine Active NN. Is