[jira] [Created] (HADOOP-10005) No need to check INFO severity level is enabled or not

2013-09-27 Thread Jackie Chang (JIRA)
Jackie Chang created HADOOP-10005:
-

 Summary: No need to check INFO severity level is enabled or not
 Key: HADOOP-10005
 URL: https://issues.apache.org/jira/browse/HADOOP-10005
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Jackie Chang
Priority: Minor




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-10004) hadoop.ssl.enabled knob will no longer be used for MR AM and JobHistoryServer

2013-09-27 Thread Omkar Vinit Joshi (JIRA)
Omkar Vinit Joshi created HADOOP-10004:
--

 Summary: hadoop.ssl.enabled knob will no longer be used for MR AM 
and JobHistoryServer
 Key: HADOOP-10004
 URL: https://issues.apache.org/jira/browse/HADOOP-10004
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Omkar Vinit Joshi
Assignee: Omkar Vinit Joshi
Priority: Blocker


it is related to MAPREDUCE-5536

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-10003) HarFileSystem.listLocatedStatus() fails

2013-09-27 Thread Jason Dere (JIRA)
Jason Dere created HADOOP-10003:
---

 Summary: HarFileSystem.listLocatedStatus() fails
 Key: HADOOP-10003
 URL: https://issues.apache.org/jira/browse/HADOOP-10003
 Project: Hadoop Common
  Issue Type: Bug
  Components: fs
Affects Versions: 2.1.1-beta
Reporter: Jason Dere


It looks like HarFileSystem.listLocatedStatus() doesn't work properly because 
it is inheriting FilterFileSystem's implementation.  This is causing archive 
unit tests to fail in Hive when using hadoop 2.1.1.

If HarFileSystem overrides listLocatedStatus() to use FileSystem's 
implementation, the Hive unit tests pass.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-10002) Tool's config option wouldn't work on secure clusters

2013-09-27 Thread Harsh J (JIRA)
Harsh J created HADOOP-10002:


 Summary: Tool's config option wouldn't work on secure clusters
 Key: HADOOP-10002
 URL: https://issues.apache.org/jira/browse/HADOOP-10002
 Project: Hadoop Common
  Issue Type: Bug
  Components: security, util
Affects Versions: 2.0.6-alpha
Reporter: Harsh J
Priority: Minor


The Tool framework provides a way for clients to run without classpath 
*-site.xml configs, by letting users pass "-conf " to parse into the 
app's Configuration object.

In a secure cluster config setup, such a runner will not work cause of 
UserGroupInformation.isSecurityEnabled() check, which is used in Server.java to 
determine what form of communication to use, will load statically a {{new 
Configuration()}} object to inspect if security is turned on during its 
initialization, which ignores the application config object and tries to load 
from classpath and ends up loading non-secure defaults.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira