Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (0.113s).
Loading phrases to help you
refine your search...
[HADOOP-8990] Clean up RPC protocol for consistency - Hadoop - [issue]
...There are a few inconsistencies in the current RPC protocol that make new client implementation (especially non-blocking) unnecessarily hard. For example: proto file namingRpcPayloadHeader.p...
http://issues.apache.org/jira/browse/HADOOP-8990    Author: Binglin Chang, 2013-04-27, 02:15
[HADOOP-9164] Add version number and/or library file name to native library for easy tracking - Hadoop - [issue]
http://issues.apache.org/jira/browse/HADOOP-9164    Author: Binglin Chang, 2013-02-15, 17:31
[HADOOP-9155] FsPermission should have different default value, 777 for directory and 666 for file - Hadoop - [issue]
...The default permission for FileSystem#create is the same default as for FileSystem#mkdirs, namely 0777. It would make more sense for the default to be 0666 for files and 0777 for directories...
http://issues.apache.org/jira/browse/HADOOP-9155    Author: Binglin Chang, 2013-01-18, 12:37
Re: Hadoop build slaves software - Hadoop - [mail # dev]
...HAServiceProtocol.proto:21:8: Option "java_generic_services" unknown. This is probably caused by a older version of protoc in build env.   On Sun, Jan 6, 2013 at 2:12 PM, Giridharan Kes...
   Author: Binglin Chang, 2013-01-06, 09:57
Re: Hadoop build slaves software - Hadoop - [mail # dev]
...I am not sure if this problem is solved, the build still failed in precommit-HADOOP https://builds.apache.org/view/Hadoop/job/PreCommit-HADOOP-Build/   On Sat, Jan 5, 2013 at 6:46 AM, G...
   Author: Binglin Chang, 2013-01-06, 01:57
[HADOOP-9162] Add utility to check native library availability - Hadoop - [issue]
...Many times, after deploy hadoop or when trouble shooting, we need to check whether native library(along with native compression libraries) can work properly, and I just want to use one comma...
http://issues.apache.org/jira/browse/HADOOP-9162    Author: Binglin Chang, 2012-12-23, 14:05
[HADOOP-8985] Add namespace declarations in .proto files for languages other than java - Hadoop - [issue]
...Currently .proto files use java_package to specify java packages in proto files, but namespace are not specified for other languages such as cpp, this causes name collision in cpp. we can ad...
http://issues.apache.org/jira/browse/HADOOP-8985    Author: Binglin Chang, 2012-10-31, 15:52
Sort:
project
MapReduce (17)
HDFS (14)
Hadoop (7)
Avro (3)
HBase (1)
Hive (1)
type
issue (5)
mail # dev (2)
date
last 7 days (0)
last 30 days (1)
last 90 days (1)
last 6 months (6)
last 9 months (7)
author
Harsh J (1378)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Binglin Chang