Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 94 (0.142s).
Loading phrases to help you
refine your search...
[HADOOP-9645] KerberosAuthenticator NPEs on connect error - Hadoop - [issue]
...A NPE occurs if there's a kerberos error during initial connect.  In this case, the NN was using a HTTP service principal with a stale kvno.  It causes webhdfs to fail in a non-use...
http://issues.apache.org/jira/browse/HADOOP-9645    Author: Daryn Sharp, 2013-06-14, 14:47
[HADOOP-8014] ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary - Hadoop - [issue]
...ViewFileSystem incorrectly returns the FileSystem default values for getDefaultBlockSize() and getDefaultReplication().  This causes files to be created with incorrect values.  The...
http://issues.apache.org/jira/browse/HADOOP-8014    Author: Daryn Sharp, 2013-06-10, 14:46
[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-05-28, 15:58
[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-05-28, 15:51
[HADOOP-8131] FsShell put doesn't correctly handle a non-existent dir - Hadoop - [issue]
...$ hadoop fs -lsls: `.': No such file or directory$ hadoop fs -put file$ hadoop fs -lsFound 1 items-rw-r--r--   1 kihwal supergroup       2076 2011-11-04 10:37 .._COPYING_...
http://issues.apache.org/jira/browse/HADOOP-8131    Author: Daryn Sharp, 2013-05-23, 19:31
[HADOOP-8613] AbstractDelegationTokenIdentifier#getUser() should set token auth type - Hadoop - [issue]
...AbstractDelegationTokenIdentifier#getUser() returns the UGI associated with a token.  The UGI's auth type will either be SIMPLE for non-proxy tokens, or PROXY (effective user) and SIMPL...
http://issues.apache.org/jira/browse/HADOOP-8613    Author: Daryn Sharp, 2013-05-06, 04:33
[HADOOP-8606] FileSystem.get may return the wrong filesystem - Hadoop - [issue]
...FileSystem.get(URI, conf) will return the default fs if the scheme is null, regardless of whether the authority is null too.  This causes URIs of "//authority/path" to always refer to "...
http://issues.apache.org/jira/browse/HADOOP-8606    Author: Daryn Sharp, 2013-05-06, 04:28
[HADOOP-9341] Secret Managers should allow explicit purging of tokens and secret keys - Hadoop - [issue]
...Per HDFS-4477, the fsimage retains all secret keys and uncanceled tokens forever.  There should be a way to explicitly purge a secret manager of expired items w/o starting its threads....
http://issues.apache.org/jira/browse/HADOOP-9341    Author: Daryn Sharp, 2013-04-30, 20:28
[HADOOP-9516] Enable spnego filters only if kerberos is enabled - Hadoop - [issue]
...Spnego filters are currently enabled if security is enabled - which is predicated on security=kerberos.  With the advent of the PLAIN authentication method, the filters should only be e...
http://issues.apache.org/jira/browse/HADOOP-9516    Author: Daryn Sharp, 2013-04-30, 17:55
[HADOOP-9284] Authentication method is wrong if no TGT is present - Hadoop - [issue]
...If security is enabled, UGI.getLoginUser() will attempt an os-specific login followed by looking for a TGT in the ticket cache.  If no TGT is found, the UGI's authentication method is s...
http://issues.apache.org/jira/browse/HADOOP-9284    Author: Daryn Sharp, 2013-04-26, 20:38
Sort:
project
Hadoop (94)
HDFS (72)
MapReduce (39)
type
issue (73)
mail # general (10)
mail # dev (8)
mail # user (3)
date
last 7 days (1)
last 30 days (5)
last 90 days (17)
last 6 months (33)
last 9 months (94)
author
Harsh J (1386)
Steve Loughran (941)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (577)
Eli Collins (516)
Allen Wittenauer (461)
Konstantin Boudnik (347)
Doug Cutting (344)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (304)
jason hadoop (279)
Daryn Sharp