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

2013-10-18 Thread Apache Jenkins Server
See Changes: [kihwal] HDFS-5239. Allow FSNamesystem lock fairness to be configurable. Contributed by Daryn Sharp. -- [...truncated 7678 lines...] [ERROR] location: package com.google.prot

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

2013-10-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/764/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7871 lines...] [ERROR] /home/jenkins/jenkins-slave/w

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

2013-10-18 Thread Apache Jenkins Server
See Changes: [cnauroth] HDFS-5365. Fix libhdfs compile error on FreeBSD9. Contributed by Radim Kolar. [jeagles] HDFS-4511. Cover package org.apache.hadoop.hdfs.tools with unit test (Andrey Klochkov via jeagles) [suresh] HDFS-5374.

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

2013-10-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1556/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12684 lines...] main: [mkdir] Created dir: /home/jen

[jira] [Created] (HDFS-5386) Add feature documentation for datanode caching.

2013-10-18 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-5386: --- Summary: Add feature documentation for datanode caching. Key: HDFS-5386 URL: https://issues.apache.org/jira/browse/HDFS-5386 Project: Hadoop HDFS Issue Type: I

[jira] [Reopened] (HDFS-5365) Fix libhdfs compile error on FreeBSD9

2013-10-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth reopened HDFS-5365: - bq. can be this merged to branch-2.1-beta ? branch-2.1-beta is closed. Now that release 2.2.0 is GA,

[jira] [Created] (HDFS-5387) Documentation on FileSystem.createNewFile() is misleading

2013-10-18 Thread Leif Wickland (JIRA)
Leif Wickland created HDFS-5387: --- Summary: Documentation on FileSystem.createNewFile() is misleading Key: HDFS-5387 URL: https://issues.apache.org/jira/browse/HDFS-5387 Project: Hadoop HDFS Iss

Re: [VOTE] Merge HDFS-4949 to trunk

2013-10-18 Thread Chris Nauroth
I agree that the code has reached a stable point. Colin and Andrew, thank you for your contributions and collaboration. Throughout development, I've watched the feature grow by running daily builds in a pseudo-distributed deployment. As of this week, the full feature set is working end-to-end.

Re: [VOTE] Merge HDFS-4949 to trunk

2013-10-18 Thread Colin McCabe
Hi Chris, I think it's feasible to complete those tasks in the next 7 days. Andrew is on HDFS-5386. The test plan document is a great idea. We'll try to get that up early next week. We have a lot of unit tests now, clearly, but some manual testing is important too. If we discover any issues du

[jira] [Resolved] (HDFS-5365) Fix libhdfs compile error on FreeBSD9

2013-10-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-5365. - Resolution: Fixed Fix Version/s: (was: 2.3.0) 2.2.1 I've merged this

[jira] [Created] (HDFS-5388) Loading fsimage fails to find cache pools during namenode startup.

2013-10-18 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-5388: --- Summary: Loading fsimage fails to find cache pools during namenode startup. Key: HDFS-5388 URL: https://issues.apache.org/jira/browse/HDFS-5388 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-5388) Loading fsimage fails to find cache pools during namenode startup.

2013-10-18 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HDFS-5388. Resolution: Fixed Fix Version/s: HDFS-4949 > Loading fsimage fails to find ca

Re: [VOTE] Merge HDFS-4949 to trunk

2013-10-18 Thread Chris Nauroth
+1 Sounds great! Regarding testing caching+federation, this is another thing that I had intended to pick up as part of HDFS-5149. I'm not sure if I can get this done in the next 7 days, so I'll keep you posted. Chris Nauroth Hortonworks http://hortonworks.com/ On Fri, Oct 18, 2013 at 11:15 A

Managing docs with hadoop-1 & hadoop-2

2013-10-18 Thread Arun C Murthy
Folks, Currently http://hadoop.apache.org/docs/stable/ points to hadoop-1. With hadoop-2 going GA, should we just point that to hadoop-2? Couple of options: # Have stable1/stable2 links: http://hadoop.apache.org/docs/stable1 -> hadoop-1.x http://hadoop.apache.org/docs/stable2 -> hadoop

Re: Managing docs with hadoop-1 & hadoop-2

2013-10-18 Thread Eli Collins
On Fri, Oct 18, 2013 at 2:10 PM, Arun C Murthy wrote: > Folks, > > Currently http://hadoop.apache.org/docs/stable/ points to hadoop-1. With > hadoop-2 going GA, should we just point that to hadoop-2? > > Couple of options: > # Have stable1/stable2 links: >http://hadoop.apache.org/docs/stab

[jira] [Created] (HDFS-5389) Remove INode limitations in Namenode

2013-10-18 Thread Lin Xiao (JIRA)
Lin Xiao created HDFS-5389: -- Summary: Remove INode limitations in Namenode Key: HDFS-5389 URL: https://issues.apache.org/jira/browse/HDFS-5389 Project: Hadoop HDFS Issue Type: Improvement

Re: Managing docs with hadoop-1 & hadoop-2

2013-10-18 Thread Tsuyoshi OZAWA
>> # Have stable1/stable2 links: >> http://hadoop.apache.org/docs/stable1 -> hadoop-1.x >> http://hadoop.apache.org/docs/stable2 -> hadoop-2.x > +1, would also make: > current -> stable2(since v2 is the latest) > stable -> stable1 (for compatibility) +1, Eli's proposal looks good to

Re: Managing docs with hadoop-1 & hadoop-2

2013-10-18 Thread Akira AJISAKA
# Have stable1/stable2 links: http://hadoop.apache.org/docs/stable1 -> hadoop-1.x http://hadoop.apache.org/docs/stable2 -> hadoop-2.x +1, would also make: current -> stable2(since v2 is the latest) stable -> stable1 (for compatibility) +1, Eli's proposal looks good to me. - T

[jira] [Resolved] (HDFS-5203) Concurrent clients that add a cache directive on the same path may prematurely uncache from each other.

2013-10-18 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HDFS-5203. Resolution: Fixed Fix Version/s: HDFS-4949 > Concurrent clients that add a ca

[jira] [Created] (HDFS-5390) Incremental block reports should be sent per storage

2013-10-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-5390: --- Summary: Incremental block reports should be sent per storage Key: HDFS-5390 URL: https://issues.apache.org/jira/browse/HDFS-5390 Project: Hadoop HDFS Issue Ty

[jira] [Created] (HDFS-5391) writeBlock should accept a target storage

2013-10-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-5391: --- Summary: writeBlock should accept a target storage Key: HDFS-5391 URL: https://issues.apache.org/jira/browse/HDFS-5391 Project: Hadoop HDFS Issue Type: Sub-tas

[jira] [Created] (HDFS-5392) Unify the initialization of the hsftp and swebhdfs clients

2013-10-18 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5392: Summary: Unify the initialization of the hsftp and swebhdfs clients Key: HDFS-5392 URL: https://issues.apache.org/jira/browse/HDFS-5392 Project: Hadoop HDFS Issue Ty