Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 23 (5.762s).
Loading phrases to help you
refine your search...
Re: Issue HADOOP-8905 - Hadoop - [mail # dev]
...HBase has some nice metrics stuff that's not part of hadoop-common, including a nifty reservoir sampling histogram / stats class. Would definitely be nice to pull in.  There's also the ...
   Author: Andrew Wang, 2013-05-10, 18:49
[HADOOP-9357] Fallback to default authority if not specified in FileContext - Hadoop - [issue]
...Currently, FileContext adheres rather strictly to RFC2396 when it comes to parsing absolute URIs (URIs with a scheme). If a user asks for a URI like "hdfs:///tmp", FileContext will error whi...
http://issues.apache.org/jira/browse/HADOOP-9357    Author: Andrew Wang, 2013-04-27, 01:26
[HADOOP-9405] TestGridmixSummary#testExecutionSummarizer is broken - Hadoop - [issue]
...HADOOP-9252 changed how human readable numbers are printed, and required updating a number of test cases. This one was missed because the Jenkins precommit job apparently isn't running the t...
http://issues.apache.org/jira/browse/HADOOP-9405    Author: Andrew Wang, 2013-04-26, 03:14
Re: git clone hadoop taking too much time almost 12 hrs - Hadoop - [mail # dev]
...Hi Niranjan,  Try doing your initial clone from the github mirror instead, I found it to be much faster:  https://github.com/apache/hadoop-common  I use the apache git for sub...
   Author: Andrew Wang, 2013-04-10, 17:34
Re: hadoop-2.0.4-alpha bug-fix release - Hadoop - [mail # general]
...One of those failures is fixed in https://issues.apache.org/jira/browse/HADOOP-9405 which looks like it got into 2.0.5 but not 2.0.4.  Best, Andrew   On Mon, Apr 1, 2013 at 12:17 P...
   Author: Andrew Wang, 2013-04-01, 19:42
[HADOOP-9355] Abstract symlink tests to use either FileContext or FileSystem - Hadoop - [issue]
...We'd like to run the symlink tests using both FileContext and the upcoming FileSystem implementation. The first step here is abstracting the test logic to run on an abstract filesystem imple...
http://issues.apache.org/jira/browse/HADOOP-9355    Author: Andrew Wang, 2013-03-20, 21:11
[HADOOP-9415] Fix NullPointerException in getLinkTarget - Hadoop - [issue]
...HdfsFileStatus#getLinkTarget can throw a NPE in DFSUtil#bytes2String if symlink is null. Better to instead return null and propagate this to the client....
http://issues.apache.org/jira/browse/HADOOP-9415    Author: Andrew Wang, 2013-03-20, 20:59
[HADOOP-9414] Refactor out FSLinkResolver and relevant helper methods - Hadoop - [issue]
...Can reuse the existing FsLinkResolver within FileContext for FileSystem as well. Also move around / pull out some other reusable functions....
http://issues.apache.org/jira/browse/HADOOP-9414    Author: Andrew Wang, 2013-03-19, 23:05
[HADOOP-9416] Add new symlink resolution methods to FileSystem and FSLinkResolver - Hadoop - [issue]
...Add new methods for symlink resolution to FileSystem, and add resolution support for FileSystem to FSLinkResolver....
http://issues.apache.org/jira/browse/HADOOP-9416    Author: Andrew Wang, 2013-03-19, 23:04
[HADOOP-9417] Support for symlink resolution in LocalFileSystem / RawLocalFileSystem - Hadoop - [issue]
...Add symlink resolution support to LocalFileSystem/RawLocalFileSystem as well as tests....
http://issues.apache.org/jira/browse/HADOOP-9417    Author: Andrew Wang, 2013-03-19, 23:04
Sort:
project
HDFS (32)
Hadoop (23)
HBase (5)
MapReduce (1)
type
issue (14)
mail # general (5)
mail # dev (4)
date
last 7 days (0)
last 30 days (3)
last 90 days (14)
last 6 months (17)
last 9 months (23)
author
Harsh J (1372)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Andrew Wang