[jira] [Created] (HDFS-5479) Fix test failures in Balancer.

2013-11-07 Thread Junping Du (JIRA)
Junping Du created HDFS-5479: Summary: Fix test failures in Balancer. Key: HDFS-5479 URL: https://issues.apache.org/jira/browse/HDFS-5479 Project: Hadoop HDFS Issue Type: Sub-task Compo

Re: release-2.2.0 tag?

2013-11-07 Thread Tsuyoshi OZAWA
Hi Mohammad, IIUC, 2.2.0 is the latest released version. branch-2.2 is the latest branch under development. On Fri, Nov 8, 2013 at 11:52 AM, Mohammad Islam wrote: > Hi, > I could not find out any release tag for 2.2.0. > Which branch should I use instead for latest released version? branch-2.2.0

[jira] [Created] (HDFS-5478) File size reports as zero after writing and calling FSDataOutputStream#hsync()

2013-11-07 Thread Brett Randall (JIRA)
Brett Randall created HDFS-5478: --- Summary: File size reports as zero after writing and calling FSDataOutputStream#hsync() Key: HDFS-5478 URL: https://issues.apache.org/jira/browse/HDFS-5478 Project: Had

release-2.2.0 tag?

2013-11-07 Thread Mohammad Islam
Hi, I could not find out any release tag for 2.2.0. Which branch should I use instead for latest released version? branch-2.2.0 or branch-2.2? Regards, Mohammad

Next releases

2013-11-07 Thread Arun C Murthy
Gang, Thinking through the next couple of releases here, appreciate f/b. # hadoop-2.2.1 I was looking through commit logs and there is a *lot* of content here (81 commits as on 11/7). Some are features/improvements and some are fixes - it's really hard to distinguish what is important and w

[jira] [Created] (HDFS-5477) Block manager as a service

2013-11-07 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-5477: - Summary: Block manager as a service Key: HDFS-5477 URL: https://issues.apache.org/jira/browse/HDFS-5477 Project: Hadoop HDFS Issue Type: Improvement Comp

[jira] [Created] (HDFS-5476) Snapshot: clean the blocks/files/directories under a renamed file/directory while deletion

2013-11-07 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-5476: --- Summary: Snapshot: clean the blocks/files/directories under a renamed file/directory while deletion Key: HDFS-5476 URL: https://issues.apache.org/jira/browse/HDFS-5476 Project:

[jira] [Resolved] (HDFS-5475) NN incorrectly tracks more than one replica per DN

2013-11-07 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-5475. - Resolution: Fixed Fix Version/s: Heterogeneous Storage (HDFS-2832) Thanks for the quick rev

[jira] [Resolved] (HDFS-5166) caching PB cleanups

2013-11-07 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HDFS-5166. Resolution: Duplicate > caching PB cleanups > --- > >

[jira] [Created] (HDFS-5475) NN should not allow more than one replica per storage

2013-11-07 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-5475: --- Summary: NN should not allow more than one replica per storage Key: HDFS-5475 URL: https://issues.apache.org/jira/browse/HDFS-5475 Project: Hadoop HDFS Issue T

[jira] [Resolved] (HDFS-5472) Fix TestDatanodeManager, TestSafeMode and TestNNThroughputBenchmark

2013-11-07 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-5472. - Resolution: Fixed Fix Version/s: Heterogeneous Storage (HDFS-2832) Hadoop Flags: Review

Re: HDFS single datanode cluster issues

2013-11-07 Thread Colin McCabe
First of all, HDFS isn't really the right choice for single-node environments. I would recommend using LocalFileSystem in this case. If you're evaluating HDFS and only have one computer, it will really be better to run several VMs to see how it works, rather than running just one Datanode. You ar

Hadoop-Hdfs-0.23-Build - Build # 784 - Still Failing

2013-11-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/784/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7885 lines...] [ERROR] location: class com.google.pro

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #784

2013-11-07 Thread Apache Jenkins Server
See -- [...truncated 7692 lines...] [ERROR] symbol : class Parser [ERROR] location: package com.google.protobuf [ERROR]

Re: Exception in mid of reading files.

2013-11-07 Thread Divya R
Hi Chris, Thanks a lot for the help. But after lot of investigation I found that the issue was with the cached socket connection which was raised as a bug by Nicholas. Bug details are as follows, HDFS-3373 FileContext HDFS implementation can lea