[jira] [Created] (HADOOP-9155) FsPermission should have different default value, 777 for directory and 666 for file

2012-12-17 Thread Binglin Chang (JIRA)
Binglin Chang created HADOOP-9155: - Summary: FsPermission should have different default value, 777 for directory and 666 for file Key: HADOOP-9155 URL: https://issues.apache.org/jira/browse/HADOOP-9155

[jira] [Created] (HADOOP-9154) SortedMap#putAll() doesn't add key/value classes to the map

2012-12-17 Thread Karthik Kambatla (JIRA)
Karthik Kambatla created HADOOP-9154: Summary: SortedMap#putAll() doesn't add key/value classes to the map Key: HADOOP-9154 URL: https://issues.apache.org/jira/browse/HADOOP-9154 Project: Hadoop C

[jira] [Created] (HADOOP-9153) Support createNonRecursive in ViewFileSystem

2012-12-17 Thread Sandy Ryza (JIRA)
Sandy Ryza created HADOOP-9153: -- Summary: Support createNonRecursive in ViewFileSystem Key: HADOOP-9153 URL: https://issues.apache.org/jira/browse/HADOOP-9153 Project: Hadoop Common Issue Type:

[jira] [Resolved] (HADOOP-9004) Allow security unit tests to use external KDC

2012-12-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-9004. - Resolution: Fixed Fix Version/s: 2.0.3-alpha Committed to branch-2 and also moved the ent

[jira] [Created] (HADOOP-9151) Include RPC error info in RpcResponseHeader instead of sending it separately

2012-12-17 Thread Sanjay Radia (JIRA)
Sanjay Radia created HADOOP-9151: Summary: Include RPC error info in RpcResponseHeader instead of sending it separately Key: HADOOP-9151 URL: https://issues.apache.org/jira/browse/HADOOP-9151 Project:

[jira] [Resolved] (HADOOP-9018) Reject invalid Windows URIs

2012-12-17 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HADOOP-9018. --- Resolution: Fixed Fixed as part of HADOOP-9056. > Reject invalid Windows UR

Re: making a hadoop-common test run if a property is set

2012-12-17 Thread Steve Loughran
On 17 December 2012 16:06, Tom White wrote: > There are some tests like the S3 tests that end with "Test" (e.g. > Jets3tNativeS3FileSystemContractTest) - unlike normal tests which > start with "Test". Only those that start with "Test" are run > automatically (see the surefire configuration in > h

[jira] [Created] (HADOOP-9150) Unnecessary DNS resolution attempts for logical URIs

2012-12-17 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-9150: --- Summary: Unnecessary DNS resolution attempts for logical URIs Key: HADOOP-9150 URL: https://issues.apache.org/jira/browse/HADOOP-9150 Project: Hadoop Common Is

[jira] [Resolved] (HADOOP-8981) TestMetricsSystemImpl fails on Windows

2012-12-17 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-8981. - Resolution: Fixed Fix Version/s: trunk-win Hadoop Flags: Reviewed I committe

Re: making a hadoop-common test run if a property is set

2012-12-17 Thread Tom White
There are some tests like the S3 tests that end with "Test" (e.g. Jets3tNativeS3FileSystemContractTest) - unlike normal tests which start with "Test". Only those that start with "Test" are run automatically (see the surefire configuration in hadoop-project/pom.xml). You have to run the others manua

Re: making a hadoop-common test run if a property is set

2012-12-17 Thread Steve Loughran
thanks, I'l; have a look. I've always wanted to add the notion of skipped to test runs -all the way through to the XML and generated reports, but you'd have to do a new junit runner for this and tweak the reporting code. Which, if it involved going near maven source, is not something I am prepared