Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 25 (0.158s).
Loading phrases to help you
refine your search...
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-9393] TestRPC fails with JDK7 - Hadoop - [issue]
...Since the test order is different with JDK7, we hit an error in TestRPC#testStopsAllThreads on the initial assertEquals. This is because testRPCInterruptedSimple and testRPCInterrupted don't...
http://issues.apache.org/jira/browse/HADOOP-9393    Author: Andrew Wang, 2013-03-12, 14:04
[HADOOP-9394] Port findHangingTest.sh from HBase to Hadoop - Hadoop - [issue]
...HBase has this handy dev-support/findHangingTests.sh script, which parses Jenkins consoleText and finds hanging tests for you. This has been especially useful for identifying balancer test t...
http://issues.apache.org/jira/browse/HADOOP-9394    Author: Andrew Wang, 2013-03-12, 14:04
[HADOOP-9267] hadoop -help, -h, --help should show usage instructions - Hadoop - [issue]
...It's not friendly for new users when the command line scripts don't show usage instructions when passed the defacto Unix usage flags. Imagine this sequence of commands:-> % hadoop --helpE...
http://issues.apache.org/jira/browse/HADOOP-9267    Author: Andrew Wang, 2013-02-23, 14:05
[HADOOP-9277] Improve javadoc for FileContext - Hadoop - [issue]
...FileContext javadoc is currently kind of hard to read. Since it is a user API, it would be nice to improve it....
http://issues.apache.org/jira/browse/HADOOP-9277    Author: Andrew Wang, 2013-02-08, 13:21
Re: [VOTE] Release hadoop-2.0.3-alpha - Hadoop - [mail # dev]
...Verified the tarball checksums. Ran a couple example jobs on a 3 node cluster successfully, with the same WARN caveat as Bobby.  +1 (non-binding).  On Thu, Feb 7, 2013 at 7:33 AM, ...
   Author: Andrew Wang, 2013-02-07, 18:24
Re: Hadoop build slaves software - Hadoop - [mail # dev]
...I think hadoop9 has a similar problem as hadoop8, based on a recent build. The javac output has a compile-proto error:  https://builds.apache.org/job/PreCommit-HDFS-Build/3755/ https://...
   Author: Andrew Wang, 2013-01-07, 17:57
[HADOOP-8866] SampleQuantiles#query is O(N^2) instead of O(N) - Hadoop - [issue]
...SampleQuantiles#query() does O(N) calls LinkedList#get() in a loop, rather than using an iterator. This makes query O(N^2), rather than O(N)....
http://issues.apache.org/jira/browse/HADOOP-8866    Author: Andrew Wang, 2012-09-29, 14:15
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 (13)
last 6 months (19)
last 9 months (25)
author
Harsh J (1386)
Steve Loughran (940)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (577)
Eli Collins (515)
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