Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 93 (0.159s).
Loading phrases to help you
refine your search...
[HADOOP-9034] SASL negotiation is insufficient to support all types - Hadoop - [issue]
...A SASL negotiation requires a series of 1 or more challenge/responses.  The current server-side RPC SASL implementation may respond with another challenge, an exception, or a switch to ...
http://issues.apache.org/jira/browse/HADOOP-9034    Author: Daryn Sharp, 2013-04-11, 20:30
Re: Filesystem error - Hadoop - [mail # general]
...If you are using CDH4, you will need to contact Cloudera support directly.  If you are just following their setup instructions, what version of hadoop are you running?  Have you sc...
   Author: Daryn Sharp, 2013-03-29, 17:55
[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
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
Sort:
project
Hadoop (93)
HDFS (72)
MapReduce (36)
type
issue (72)
mail # general (10)
mail # dev (8)
mail # user (3)
date
last 7 days (2)
last 30 days (8)
last 90 days (20)
last 6 months (32)
last 9 months (93)
author
Harsh J (1379)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Daryn Sharp