Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 59 (0.134s).
Loading phrases to help you
refine your search...
[HDFS-3756] DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured - HDFS - [issue]
...When doing the forwardport of HDFS-2617 to trunk I've missed deleting the original connection creation when converting it to use the SecurityUtil class.connection = (HttpURLConnection) Secur...
http://issues.apache.org/jira/browse/HDFS-3756    Author: Alejandro Abdelnur, 2012-08-03, 14:05
[HDFS-3513] HttpFS should cache filesystems - HDFS - [issue]
...HttpFS opens and closes a FileSystem instance against the backend filesystem (typically HDFS) on every request. The FileSystem caching is not used as it does not have expiration/timeout and ...
http://issues.apache.org/jira/browse/HDFS-3513    Author: Alejandro Abdelnur, 2012-08-02, 14:04
[HDFS-3724] add InterfaceAudience annotations to HttpFS classes and making inner enum static - HDFS - [issue]
http://issues.apache.org/jira/browse/HDFS-3724    Author: Alejandro Abdelnur, 2012-08-02, 14:04
[HDFS-3737] retry support for webhdfs is breaking HttpFS support - HDFS - [issue]
...HDFS-3667 is breaking HttpFS testcases:Running org.apache.hadoop.fs.http.client.TestWebhdfsFileSystemTests run: 30, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 14.585 sec <<< ...
http://issues.apache.org/jira/browse/HDFS-3737    Author: Alejandro Abdelnur, 2012-08-01, 01:48
[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
Sort:
project
Hadoop (209)
MapReduce (137)
HDFS (59)
HBase (14)
Bigtop (11)
Pig (11)
Hive (10)
Avro (4)
Sqoop (2)
Flume (1)
type
issue (38)
mail # dev (19)
mail # user (2)
date
last 7 days (0)
last 30 days (5)
last 90 days (10)
last 6 months (18)
last 9 months (59)
author
Todd Lipcon (491)
Harsh J (474)
Eli Collins (349)
Tsz Wo (172)
Aaron T. Myers (151)
Suresh Srinivas (149)
Mohammad Tariq (133)
Colin Patrick McCabe (131)
Stuti Awasthi (95)
Jing Zhao (91)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (67)
Azuryy Yu (62)
Alejandro Abdelnur