[jira] [Created] (HDFS-8183) Erasure Coding: Improve DFSStripedOutputStream closing of datastreamer threads

2015-04-19 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8183: -- Summary: Erasure Coding: Improve DFSStripedOutputStream closing of datastreamer threads Key: HDFS-8183 URL: https://issues.apache.org/jira/browse/HDFS-8183 Project: Hadoop HDFS

[jira] [Created] (HDFS-8182) Implement topology-aware CDN-style caching

2015-04-19 Thread Gera Shegalov (JIRA)
Gera Shegalov created HDFS-8182: --- Summary: Implement topology-aware CDN-style caching Key: HDFS-8182 URL: https://issues.apache.org/jira/browse/HDFS-8182 Project: Hadoop HDFS Issue Type: Improv

Re: How to make MiniDFSCluster available in tests in Hadoop's code base?

2015-04-19 Thread Steve Loughran
> On 19 Apr 2015, at 09:21, Jens Rabe wrote: > > Hello, > > I wanted to write a fix for MAPREDUCE-6320, and for this, I need a mini > cluster for the tests. The hadoop-mapreduce-client-core imports the > hadoop-hdfs in the „test“ scope, but the MiniDFSCluster is not present there, > as it is

[jira] [Resolved] (HDFS-8162) Stack trace routed to standard out

2015-04-19 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HDFS-8162. -- Resolution: Cannot Reproduce Hadoop logs to wherever log4j tells it to. the standard hadoop log4

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #159

2015-04-19 Thread Apache Jenkins Server
See Changes: [jianhe] YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#getTransferredContainers. Contributed by Sunil G [ozawa] HDFS-7863. Missing description of some methods and parameters in javadoc of FSD

Build failed in Jenkins: Hadoop-Hdfs-trunk #2100

2015-04-19 Thread Apache Jenkins Server
See Changes: [jianhe] YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#getTransferredContainers. Contributed by Sunil G [ozawa] HDFS-7863. Missing description of some methods and parameters in javadoc of FSDirDel

Hadoop-Hdfs-trunk-Java8 - Build # 159 - Still Failing

2015-04-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/159/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 5185 lines...] main: [mkdir] Created dir: /hom

Hadoop-Hdfs-trunk - Build # 2100 - Still Failing

2015-04-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2100/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 5185 lines...] main: [mkdir] Created dir: /home/jen

How to make MiniDFSCluster available in tests in Hadoop's code base?

2015-04-19 Thread Jens Rabe
Hello, I wanted to write a fix for MAPREDUCE-6320, and for this, I need a mini cluster for the tests. The hadoop-mapreduce-client-core imports the hadoop-hdfs in the „test“ scope, but the MiniDFSCluster is not present there, as it is in the „test“ sources of said module. What grinds my gears is