| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
55 (0.1s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3113] httpfs does not support delegation tokens - HDFS - [issue]
|
|
...httpfs does not support calls to get/renew tokens nor delegation token authentication....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3113
Author: Alejandro Abdelnur,
2012-07-26, 13:45
|
|
|
[HDFS-2606] webhdfs client filesystem impl must set the content-type header for create/append - HDFS - [issue]
|
|
...Currently the content-type header is not being set and for some reason for append it is being set to the form encoded content type making jersey parameter parsing fail.For this and to avoid ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2606
Author: Alejandro Abdelnur,
2012-07-04, 00:12
|
|
|
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
|
|
...yep, just tested with sunjdk, and it works. We still have the unboxing, but is done when the variable is used as parameter in method that is expecting a primitive type. On Fri, ...
|
|
|
Author: Alejandro Abdelnur,
2012-06-29, 22:53
|
|
|
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
|
|
...Andy, It looks like OpenJDK javac does not handle type unboxing with a generic method where the parameter that resolves the generic infers the type to do the un-boxing on. While SunJDK...
|
|
|
Author: Alejandro Abdelnur,
2012-06-29, 22:26
|
|
|
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
|
|
...This change is from HDFS-3481, the wrong JIRA number is because I made a mistake in the commit message. I can put a patch to fix this, but don't have OpenJDK to test it. It would be be...
|
|
|
Author: Alejandro Abdelnur,
2012-06-29, 18:08
|
|
|
[HDFS-3481] Refactor HttpFS handling of JAX-RS query string parameters - HDFS - [issue]
|
|
...Explicit parameters in the HttpFSServer became quite messy as they are the union of all possible parameters for all operations....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3481
Author: Alejandro Abdelnur,
2012-06-28, 14:24
|
|
|
[HDFS-3428] move DelegationTokenRenewer to common - HDFS - [issue]
|
|
...Currently DelegationTokenRenewer is in HDFS, it seems more appropriate for it to be in common so it could be used by other FS implementations not necessary depending on HDFS (ie HttpFS)...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3428
Author: Alejandro Abdelnur,
2012-06-13, 14:18
|
|
|
Re: validating user IDs - HDFS - [mail # dev]
|
|
...Colin, Would be possible using some kind of cmake config magic to set a macro to the current OS limit? Even if this means detecting the OS version and assuming its default limit.  ...
|
|
|
Author: Alejandro Abdelnur,
2012-06-11, 23:12
|
|
|
[HDFS-3494] hadoop-auth AuthenticatedURL does not work within an UGI doAs() call - HDFS - [issue]
|
|
...hadoop-auth KerberosAuthenticator is failing within a doAs block. It seems that the Kerberos credentials are not avail within the doAs block....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3494
Author: Alejandro Abdelnur,
2012-06-04, 15:46
|
|
|
[HDFS-3460] HttpFS proxyuser validation with Kerberos ON uses full principal name - HDFS - [issue]
|
|
...The HttpFSServer.getEffectiveUser() method uses the principal name for proxy user verification. If the Kerberos is ON and the proxy user is a service principal (NAME/HOST) then the verificat...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3460
Author: Alejandro Abdelnur,
2012-05-25, 14:48
|
|
|
|