[jira] [Resolved] (HDFS-7749) Erasure Coding: Add striped block support in INodeFile

2015-02-25 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-7749. - Resolution: Fixed Fix Version/s: HDFS-7285 Hadoop Flags: Reviewed Thanks Zhe! I've committed th

[jira] [Created] (HDFS-7850) distribute-excludes and refresh-namenodes update to new shell framework

2015-02-25 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HDFS-7850: -- Summary: distribute-excludes and refresh-namenodes update to new shell framework Key: HDFS-7850 URL: https://issues.apache.org/jira/browse/HDFS-7850 Project: Hado

[jira] [Created] (HDFS-7849) Update documentation for enabling a new feature in rolling upgrade

2015-02-25 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-7849: - Summary: Update documentation for enabling a new feature in rolling upgrade Key: HDFS-7849 URL: https://issues.apache.org/jira/browse/HDFS-7849 Project: Had

[jira] [Created] (HDFS-7848) Use off-heap BlocksMap, BlockInfo, etc. in FSNamesystem

2015-02-25 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7848: -- Summary: Use off-heap BlocksMap, BlockInfo, etc. in FSNamesystem Key: HDFS-7848 URL: https://issues.apache.org/jira/browse/HDFS-7848 Project: Hadoop HDFS

[jira] [Created] (HDFS-7847) Write a junit test to simulate a heavy BlockManager load

2015-02-25 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7847: -- Summary: Write a junit test to simulate a heavy BlockManager load Key: HDFS-7847 URL: https://issues.apache.org/jira/browse/HDFS-7847 Project: Hadoop HDFS

[jira] [Created] (HDFS-7846) Create off-heap BlocksMap, BlockInfo, DataNodeInfo structures

2015-02-25 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7846: -- Summary: Create off-heap BlocksMap, BlockInfo, DataNodeInfo structures Key: HDFS-7846 URL: https://issues.apache.org/jira/browse/HDFS-7846 Project: Hadoop

[jira] [Resolved] (HDFS-3097) Use 'exec' to invoke catalina.sh in HttpFS's httpfs.sh

2015-02-25 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-3097. Resolution: Duplicate > Use 'exec' to invoke catalina.sh in HttpFS's httpfs.sh >

[jira] [Resolved] (HDFS-7794) Update httpfs documentation

2015-02-25 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-7794. Resolution: Duplicate > Update httpfs documentation > --- > >

[jira] [Created] (HDFS-7845) Compress block reports

2015-02-25 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7845: -- Summary: Compress block reports Key: HDFS-7845 URL: https://issues.apache.org/jira/browse/HDFS-7845 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-7844) Create an off-heap hash table implementation

2015-02-25 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7844: -- Summary: Create an off-heap hash table implementation Key: HDFS-7844 URL: https://issues.apache.org/jira/browse/HDFS-7844 Project: Hadoop HDFS Is

Re: How to build and run my own test code of HDFS

2015-02-25 Thread Chris Nauroth
Hadoop requires that the test class name start with "Test". In hadoop-project/pom.xml, we override the default Surefire include pattern: **/Test*.java Chris Nauroth Hortonworks http://hortonworks.com/ On 2/25/15, 4:25 PM, "Andrew Wang" wrote: >Hi Lipeng, > >Note that Surefire only p

Re: How to build and run my own test code of HDFS

2015-02-25 Thread Andrew Wang
Hi Lipeng, Note that Surefire only picks up tests that match the following: By default, the Surefire Plugin will automatically include all test classes with the following wildcard patterns: - "**/Test*.java" - includes all of its subdirectories and all Java filenames that start with "Test"

Re: How to build and run my own test code of HDFS

2015-02-25 Thread Lipeng Wan
Hi Charles, Thanks for your reply! I run "mvn test -Dtest=MiniDFSClusterManager", but no test code was executed. Here is the output: --- T E S T S --- ---

Re: How to build and run my own test code of HDFS

2015-02-25 Thread Charles Lamb
On 2/25/2015 5:35 PM, Lipeng Wan wrote: Dear all, I'm a beginner of HDFS development and trying to write my own test code of HDFS. For example, I modified the MiniDFSClusterManager class a little bit and try to execute it from command line. When I run "mvn test" under the hadoop-hdfs directory,

How to build and run my own test code of HDFS

2015-02-25 Thread Lipeng Wan
Dear all, I'm a beginner of HDFS development and trying to write my own test code of HDFS. For example, I modified the MiniDFSClusterManager class a little bit and try to execute it from command line. When I run "mvn test" under the hadoop-hdfs directory, it seems like all the existing test code c

[jira] [Created] (HDFS-7843) A truncated file is corrupted after rollback from a rolling upgrade

2015-02-25 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-7843: - Summary: A truncated file is corrupted after rollback from a rolling upgrade Key: HDFS-7843 URL: https://issues.apache.org/jira/browse/HDFS-7843 Project: Ha

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

2015-02-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/106/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8070 lines...] [INFO] [INFO] --- maven-source-plugi

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

2015-02-25 Thread Apache Jenkins Server
See Changes: [ozawa] HDFS-7008. xlator should be closed upon exit from DFSAdmin#genericRefresh(). (ozawa) [ozawa] Revert "HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)" [ozawa] Fix build because of

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

2015-02-25 Thread Apache Jenkins Server
See Changes: [ozawa] HDFS-7008. xlator should be closed upon exit from DFSAdmin#genericRefresh(). (ozawa) [ozawa] Revert "HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)" [ozawa] Fix build because of 94645

Hadoop-Hdfs-trunk - Build # 2047 - Failure

2015-02-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2047/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7459 lines...] [INFO] [INFO] --- maven-source-plugin:2.3

[jira] [Created] (HDFS-7842) Blocks missed while performing downgrade immediately after rolling back the cluster.

2015-02-25 Thread J.Andreina (JIRA)
J.Andreina created HDFS-7842: Summary: Blocks missed while performing downgrade immediately after rolling back the cluster. Key: HDFS-7842 URL: https://issues.apache.org/jira/browse/HDFS-7842 Project: Had