Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 23 (0.159s).
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-03-19, 23:04
[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
[HADOOP-8541] Better high-percentile latency metrics - Hadoop - [issue]
...Based on discussion in HBASE-6261 and with some HDFS devs, I'd like to make better high-percentile latency metrics a part of hadoop-common.I've already got a working implementation of [1...
http://issues.apache.org/jira/browse/HADOOP-8541    Author: Andrew Wang, 2012-09-07, 22:08
Re: encoding types supported by Hadoop - Hadoop - [mail # general]
...Hi,Naveen  The default encoding type supported by Hadoop is UTF-8, so, if you'd like to use other types, you have to custom the FileInputFormat and FileOutPutFormat.  For me, i lik...
   Author: Andrew Wang, 2010-01-22, 05:36
Sort:
project
HDFS (34)
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 (13)
last 6 months (17)
last 9 months (23)
author
Harsh J (1379)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Andrew Wang