Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 93 (0.124s).
Loading phrases to help you
refine your search...
[HADOOP-9161] FileSystem.moveFromLocalFile fails to remove source - Hadoop - [issue]
...FileSystem.moveFromLocalFile fails with cannot remove file:/path after copying the files.  It appears to be trying to remove a file uri as a relative path....
http://issues.apache.org/jira/browse/HADOOP-9161    Author: Daryn Sharp, 2012-12-20, 16:09
[HADOOP-9020] Add a SASL PLAIN server - Hadoop - [issue]
...Java includes a SASL PLAIN client but not a server....
http://issues.apache.org/jira/browse/HADOOP-9020    Author: Daryn Sharp, 2012-12-03, 18:51
[HADOOP-9015] Standardize creation of SaslRpcServers - Hadoop - [issue]
...To ease adding additional SASL support, need to merge the multiple switches for mechanism type and server creation into a single switch with a single call to createSaslServer....
http://issues.apache.org/jira/browse/HADOOP-9015    Author: Daryn Sharp, 2012-11-20, 17:22
[HADOOP-8991] Add support for SASL PLAIN authentication - Hadoop - [issue]
...Adding SASL PLAIN auth will allow isSecurityEnabled to mean SASL is active instead of only meaning kerberos is enabled.  SASL will always require tokens.  PLAIN will be the same as...
http://issues.apache.org/jira/browse/HADOOP-8991    Author: Daryn Sharp, 2012-11-19, 20:59
[HADOOP-9035] Generalize setup of LoginContext - Hadoop - [issue]
...The creation of the LoginContext in UserGroupInformation has specific cases for specific authentication types.  This is inflexible....
http://issues.apache.org/jira/browse/HADOOP-9035    Author: Daryn Sharp, 2012-11-16, 13:21
[HADOOP-9021] Enforce configured SASL method on the server - Hadoop - [issue]
...The RPC needs to restrict itself to only using the configured SASL method....
http://issues.apache.org/jira/browse/HADOOP-9021    Author: Daryn Sharp, 2012-11-13, 14:03
[HADOOP-9014] Standardize creation of SaslRpcClients - Hadoop - [issue]
...To ease adding additional SASL support, need to change the chained conditionals into a switch and make one standard call to createSaslClient....
http://issues.apache.org/jira/browse/HADOOP-9014    Author: Daryn Sharp, 2012-11-08, 14:02
[HADOOP-9013] UGI should not hardcode loginUser's authenticationType - Hadoop - [issue]
...UGI.loginUser assumes that the user's auth type for security on = kerberos, security off = simple.  It should instead use the configured auth type....
http://issues.apache.org/jira/browse/HADOOP-9013    Author: Daryn Sharp, 2012-11-08, 14:02
[HADOOP-9012] IPC Client sends wrong connection context - Hadoop - [issue]
...The IPC client will send the wrong connection context when asked to switch to simple auth....
http://issues.apache.org/jira/browse/HADOOP-9012    Author: Daryn Sharp, 2012-11-07, 14:01
[HADOOP-9010] Map UGI authenticationMethod to RPC authMethod - Hadoop - [issue]
...The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the aut...
http://issues.apache.org/jira/browse/HADOOP-9010    Author: Daryn Sharp, 2012-11-06, 14:02
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 (1378)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Daryn Sharp