[jira] [Created] (HADOOP-9132) Contradictory information on Hadoop releases webpage

2012-12-11 Thread Dave Beech (JIRA)
Dave Beech created HADOOP-9132:
--

 Summary: Contradictory information on Hadoop releases webpage
 Key: HADOOP-9132
 URL: https://issues.apache.org/jira/browse/HADOOP-9132
 Project: Hadoop Common
  Issue Type: Bug
  Components: documentation
Reporter: Dave Beech
Priority: Minor


The Hadoop releases page indicates that 1.0.* is the stable release and 1.1.* 
is beta. However, when you click through to download, the stable symlink points 
to 1.1.1. There is no 1.0.* release available. 

Additionally, there is a link to say that older versions are available from the 
archive but http://archive.apache.org/dist/hadoop/core/ shows an empty 
directory. 


--
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-9134) Unified server side user groups mapping service

2012-12-11 Thread Kai Zheng (JIRA)
Kai Zheng created HADOOP-9134:
-

 Summary: Unified server side user groups mapping service
 Key: HADOOP-9134
 URL: https://issues.apache.org/jira/browse/HADOOP-9134
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Affects Versions: 2.0.3-alpha
Reporter: Kai Zheng


This proposes to provide/expose the server side user group mapping service in 
NameNode to clients so that user group mapping can be kept in the single place 
and thus unified in all nodes and clients.

--
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-9135) JniBasedUnixGroupsMappingWithFallback should log at debug rather than info during fallback

2012-12-11 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-9135:


 Summary: JniBasedUnixGroupsMappingWithFallback should log at debug 
rather than info during fallback
 Key: HADOOP-9135
 URL: https://issues.apache.org/jira/browse/HADOOP-9135
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Priority: Trivial
 Attachments: CDH-7626.001.patch

{{JniBasedUnixGroupsMappingWithFallback}} should log at debug rather than info 
during fallback.  Otherwise, every time an HDFS client does something (like 
DFSShell), the message about fallback is printed out.

--
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


Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...')

2012-12-11 Thread Radim Kolar

what is proposed build workflow?

Its enough to do mvn install to get custom plugins available to maven in 
build phase or you must setup own mvn repo and do mvn deploy?