| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
20 (0.12s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Hadoop-1.1.0 release candidate 5 - Hadoop - [mail # dev]
|
|
...+1 (non-binding) Ran Teragen/Terasort/Teravalidate and other a few other HDFS tests. Everything worked fine. Thanks, Brandon On Thu, Oct 11, 2012 at 10:21 PM, Chris Nauroth...
|
|
|
Author: Brandon Li,
2012-10-12, 16:36
|
|
|
[HADOOP-8815] RandomDatum overrides equals(Object) but no hashCode() - Hadoop - [issue]
|
|
...Override equal() but not hashCode() is a violation of the general contract for Object.hashCode will occur, which can have unexpected repercussions when this class is in conjunction with all ...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8815
Author: Brandon Li,
2012-09-25, 15:00
|
|
|
[HADOOP-8813] RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations - Hadoop - [issue]
|
|
...RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8813
Author: Brandon Li,
2012-09-25, 15:00
|
|
|
[HADOOP-8837] add component Yarn to @InterfaceAudience.LimitedPrivate classes - Hadoop - [issue]
|
|
...With Yarn becoming a new Hadoop subcomponent, some classes (e.g., HttpServer) with InterfaceAudience.LimitedPrivate annotation need to include Yarn as one audience....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8837
Author: Brandon Li,
2012-09-25, 01:01
|
|
|
[HADOOP-8736] Add Builder for building an RPC server - Hadoop - [issue]
|
|
...There are quite a few variants of getServer() method to create an RPC server. Create a builder class to abstract the building steps and avoid more getServer() variants in the future....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8736
Author: Brandon Li,
2012-09-22, 14:20
|
|
|
[HADOOP-8814] Inefficient comparison with the empty string. Use isEmpty() instead - Hadoop - [issue]
|
|
...Prior to JDK 6, we can check if a string is empty by doing "".equals(s) or s.equals("").Starting from JDK 6, String class has a new convenience and efficient method isEmpty() to check string...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8814
Author: Brandon Li,
2012-09-20, 14:59
|
|
|
[HADOOP-8818] Should use equals() rather than == to compare String or Text in MD5MD5CRC32FileChecksum and TFileDumper - Hadoop - [issue]
|
|
...Should use equals() rather than == to compare String or Text in MD5MD5CRC32FileChecksum and TFileDumper....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8818
Author: Brandon Li,
2012-09-17, 14:59
|
|
|
[HADOOP-8754] Deprecate all the RPC.getServer() variants - Hadoop - [issue]
|
|
...In HADOOP-8736, a Builder is introduced to replace all the getServer() variants. This JIRA is to delete all the getServer() variants once all the other components replaced this method with t...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8754
Author: Brandon Li,
2012-09-07, 15:01
|
|
|
[HADOOP-8593] add the missed @Override to methods in Metric/Metric2 package - Hadoop - [issue]
|
|
...Adding @Override to the proper methods to take advantage of the compiler checking and make the code more readable....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8593
Author: Brandon Li,
2012-07-17, 14:04
|
|
|
[HADOOP-8108] move method getHostPortString() from NameNode to NetUtils - Hadoop - [issue]
|
|
...This issue is the counter part of the issue HDFS-3003....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8108
Author: Brandon Li,
2012-04-18, 14:06
|
|
|
|