Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 25 (0.273s).
Loading phrases to help you
refine your search...
[HADOOP-9418] Add symlink resolution support to DistributedFileSystem - Hadoop - [issue]
...Add symlink resolution support to DistributedFileSystem as well as tests....
http://issues.apache.org/jira/browse/HADOOP-9418    Author: Andrew Wang, 2013-06-15, 01:36
[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-06-15, 01:36
[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-06-15, 01:36
[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-06-15, 01:35
Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop - Hadoop - [mail # dev]
...Hey Steve,  I agree that it's confusing. FileSystem and FileContext are essentially two parallel sets of interfaces for accessing filesystems in Hadoop. FileContext splits the interface...
   Author: Andrew Wang, 2013-06-14, 18:32
Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop - Hadoop - [mail # dev]
...Thanks for the summary Steve, very useful.  I'm wondering a bit about the point on testing AbstractFileSystem rather than FileSystem. While these are both wrappers for DFSClient, they'r...
   Author: Andrew Wang, 2013-06-10, 21:14
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
Sort:
project
HDFS (35)
Hadoop (25)
HBase (5)
MapReduce (1)
type
issue (14)
mail # dev (6)
mail # general (5)
date
last 7 days (5)
last 30 days (6)
last 90 days (11)
last 6 months (19)
last 9 months (25)
author
Harsh J (1387)
Steve Loughran (942)
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)
Andrew Wang