[jira] [Created] (HADOOP-11253) Hadoop streaming test TestStreamXmlMultipleRecords fails on Windows

2014-10-31 Thread Varun Vasudev (JIRA)
Varun Vasudev created HADOOP-11253:
--

 Summary: Hadoop streaming test TestStreamXmlMultipleRecords fails 
on Windows
 Key: HADOOP-11253
 URL: https://issues.apache.org/jira/browse/HADOOP-11253
 Project: Hadoop Common
  Issue Type: Test
  Components: tools
Reporter: Varun Vasudev
Assignee: Varun Vasudev


All the tests in TestStreamXmlMultipleRecords fail on Windows with errors 
similar to this -

{noformat}
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at 
org.apache.hadoop.streaming.TestStreaming.assertOutput(TestStreaming.java:177)
at 
org.apache.hadoop.streaming.TestStreaming.checkOutput(TestStreaming.java:166)
at 
org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:201)
at 
org.apache.hadoop.streaming.TestStreamXmlMultipleRecords.testStreamXmlMultiInnerFast(TestStreamXmlMultipleRecords.java:113)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11254) Promoting AccessControlList to be public

2014-10-31 Thread Zhijie Shen (JIRA)
Zhijie Shen created HADOOP-11254:


 Summary: Promoting AccessControlList to be public
 Key: HADOOP-11254
 URL: https://issues.apache.org/jira/browse/HADOOP-11254
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Zhijie Shen
Assignee: Zhijie Shen


The motivation of promoting AccessControlList to be a public API is to 
facilitate the users to programmatically parse or construct an ACL string. A 
typical use case may be the timeline domain, where we have the client lib to 
accept strings complied with ACL string format to define the authorized 
readers/writers. It will be more convenient and less buggy if users can compose 
this string with AccessControlList.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-10469) ProxyUser improvements

2014-10-31 Thread Benoy Antony (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-10469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benoy Antony resolved HADOOP-10469.
---
Resolution: Fixed

Resolving the issue as all the subtasks are resolved

 ProxyUser improvements
 --

 Key: HADOOP-10469
 URL: https://issues.apache.org/jira/browse/HADOOP-10469
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Reporter: Benoy Antony
Assignee: Benoy Antony

 This is an umbrella jira which addresses few enhancements to proxyUser 
 capability via sub tasks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11255) listLocatedStatus does not support cross-filesystem symlinks

2014-10-31 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-11255:
-

 Summary: listLocatedStatus does not support cross-filesystem 
symlinks
 Key: HADOOP-11255
 URL: https://issues.apache.org/jira/browse/HADOOP-11255
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Colin Patrick McCabe


listLocatedStatus does not properly support cross-filesystem symlinks.  This is 
because the two-argument form of {{FileSystem#listLocatedStatus}} is protected. 
 So when it needs to call its counterpart in another FS, it's unable to do so 
because of the Java access rules.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11256) Some site docs have inconsistent appearance

2014-10-31 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-11256:
-

 Summary: Some site docs have inconsistent appearance
 Key: HADOOP-11256
 URL: https://issues.apache.org/jira/browse/HADOOP-11256
 Project: Hadoop Common
  Issue Type: Bug
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor


The site docs of hadoop-gridmix, hadoop-rumen and hadoop-mapreduce-client-hs 
use default site.css because they do not have it in resources.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)