Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 26 (0.109s).
Loading phrases to help you
refine your search...
[HADOOP-9543] TestFsShellReturnCode may fail in branch-1 - Hadoop - [issue]
...There is a hardcoded username "admin" in TestFsShellReturnCode. If "admin" does not exist in the local fs, the test may fail.  Before HADOOP-9502, the failure of the command is ignored ...
http://issues.apache.org/jira/browse/HADOOP-9543    Author: Tsz Wo, 2013-05-15, 06:16
[HADOOP-9458] In branch-1, RPC.getProxy(..) may call proxy.getProtocolVersion(..) without retry - Hadoop - [issue]
...RPC.getProxy(..) may call proxy.getProtocolVersion(..) without retry even when client has specified retry in the conf....
http://issues.apache.org/jira/browse/HADOOP-9458    Author: Tsz Wo, 2013-05-15, 06:16
[HADOOP-9423] In branch-1, native configuration is generated even if compile.native is not set - Hadoop - [issue]
...The "create-native-configure" ant target will be executed even if compile.native is not set....
http://issues.apache.org/jira/browse/HADOOP-9423    Author: Tsz Wo, 2013-03-20, 22:53
[HADOOP-9252] StringUtils.humanReadableInt(..) has a race condition - Hadoop - [issue]
...humanReadableInt(..) incorrectly uses oneDecimal without synchronization.Also, limitDecimalTo2(double) correctly uses decimalFormat with synchronization.  However, synchronization can b...
http://issues.apache.org/jira/browse/HADOOP-9252    Author: Tsz Wo, 2013-03-14, 16:03
[HADOOP-8823] ant package target should not depend on cn-docs - Hadoop - [issue]
...In branch-1, the package target depends on cn-docs but the doc is already outdated....
http://issues.apache.org/jira/browse/HADOOP-8823    Author: Tsz Wo, 2012-12-03, 07:33
[HADOOP-9095] TestNNThroughputBenchmark fails in branch-1 - Hadoop - [issue]
...java.lang.StringIndexOutOfBoundsException: String index out of range: 0    at java.lang.String.charAt(String.java:686)    at org.apache.hadoop.net.NetUtils.norm...
http://issues.apache.org/jira/browse/HADOOP-9095    Author: Tsz Wo, 2012-11-27, 01:57
[HADOOP-5329] TestLocalMRNotification.testMR failed in Hudson - Hadoop - [issue]
...TestLocalMRNotification.testMR failed in Hudson, from build #3911 to the latest, build #3917....
http://issues.apache.org/jira/browse/HADOOP-5329    Author: Tsz Wo, 2012-10-27, 00:47
[HADOOP-8939] Backport HADOOP-7457: remove cn-docs from branch-1 - Hadoop - [issue]
...The cn-docs in branch-1 are also out-dated...
http://issues.apache.org/jira/browse/HADOOP-8939    Author: Tsz Wo, 2012-10-18, 04:38
[HADOOP-3957] Fix javac warnings in DistCp and the corresponding tests - Hadoop - [issue]
...There are a few javac warning in DistCp and TestCopyFiles....
http://issues.apache.org/jira/browse/HADOOP-3957    Author: Tsz Wo, 2012-09-26, 14:59
[HADOOP-7688] When a servlet filter throws an exception in init(..), the Jetty server failed silently. - Hadoop - [issue]
...When a servlet filter throws a ServletException in init(..), the exception is logged by Jetty but not re-throws to the caller.  As a result, the Jetty server failed silently....
http://issues.apache.org/jira/browse/HADOOP-7688    Author: Tsz Wo, 2012-09-17, 19:43
Sort:
project
HDFS (168)
MapReduce (46)
Hadoop (26)
HBase (1)
type
issue (26)
date
last 7 days (2)
last 30 days (2)
last 90 days (4)
last 6 months (6)
last 9 months (26)
author
Harsh J (1373)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (513)
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)
Tsz Wo