Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 93 (0.145s).
Loading phrases to help you
refine your search...
[HADOOP-9238] FsShell -put from stdin auto-creates paths - Hadoop - [issue]
...FsShell put is no longer supposed to auto-create paths.  There's an inconsistency where a put from stdin will still auto-create paths....
http://issues.apache.org/jira/browse/HADOOP-9238    Author: Daryn Sharp, 2013-03-29, 15:29
[HADOOP-9317] User cannot specify a kerberos keytab for commands - Hadoop - [issue]
...UserGroupInformation only allows kerberos users to be logged in via the ticket cache when running hadoop commands.  UGI allows a keytab to be used, but it's only exposed programatically...
http://issues.apache.org/jira/browse/HADOOP-9317    Author: Daryn Sharp, 2013-03-29, 15:29
Re: Filesystem error - Hadoop - [mail # general]
...The UGI preface is just reporting who you are when the exception occurred.  The issue isn't permissions but rather when you stopped the services it can't connect to localhost:8020 becau...
   Author: Daryn Sharp, 2013-03-29, 13:26
[HADOOP-9363] AuthenticatedURL will NPE if server closes connection - Hadoop - [issue]
...A NPE occurs if the server unexpectedly closes the connection for an AuthenticatedURL w/o sending a response....
http://issues.apache.org/jira/browse/HADOOP-9363    Author: Daryn Sharp, 2013-03-27, 15:30
Re: [VOTE] Plan to create release candidate for 0.23.7 - Hadoop - [mail # dev]
...+1 (non-binding)  On Mar 18, 2013, at 1:05 AM, Tsuyoshi OZAWA wrote:  ...
   Author: Daryn Sharp, 2013-03-18, 13:10
[HADOOP-8779] Use tokens regardless of authentication type - Hadoop - [issue]
...Security is a combination of authentication and authorization (tokens).  Authorization may be granted independently of the authentication model.  Tokens should be used regardless o...
http://issues.apache.org/jira/browse/HADOOP-8779    Author: Daryn Sharp, 2013-03-14, 14:12
[HADOOP-9366] AuthenticatedURL.Token has a mutable hashCode - Hadoop - [issue]
...Hash codes must be immutable, but AuthenticatedURL.Token#hashCode is not.  It will return 0 if the token is not set, else the token's hash code....
http://issues.apache.org/jira/browse/HADOOP-9366    Author: Daryn Sharp, 2013-03-05, 19:36
[HADOOP-9336] Allow UGI of current connection to be queried - Hadoop - [issue]
...Querying UGI.getCurrentUser is synch'ed and inefficient for short-lived RPC requests.  Since the connection already contains the UGI, there should be a means to query it directly and av...
http://issues.apache.org/jira/browse/HADOOP-9336    Author: Daryn Sharp, 2013-03-01, 14:04
[HADOOP-9339] IPC.Server incorrectly sets UGI auth type - Hadoop - [issue]
...For non-secure servers, IPC.Server#processConnectionContext will explicitly set the UGI's auth type to SIMPLE.  However the auth type has already been set by this point, and this explic...
http://issues.apache.org/jira/browse/HADOOP-9339    Author: Daryn Sharp, 2013-02-28, 13:20
[HADOOP-9289] FsShell rm -f fails for non-matching globs - Hadoop - [issue]
...Rm -f isn't supposed to error for paths that don't exist.  It works as expected for exact paths, but fails for non-matching globs....
http://issues.apache.org/jira/browse/HADOOP-9289    Author: Daryn Sharp, 2013-02-07, 14:04
Sort:
project
Hadoop (93)
HDFS (72)
MapReduce (35)
type
issue (72)
mail # general (10)
mail # dev (8)
mail # user (3)
date
last 7 days (0)
last 30 days (7)
last 90 days (19)
last 6 months (32)
last 9 months (93)
author
Harsh J (1372)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Daryn Sharp