Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 93 (0.155s).
Loading phrases to help you
refine your search...
[HADOOP-8373] Port RPC.getServerAddress to 0.23 - Hadoop - [issue]
...RPC.getServerAddress was introduced in trunk/2.0 as part of larger HA changes.  0.23 does not have HA, but this non-HA specific method is needed....
http://issues.apache.org/jira/browse/HADOOP-8373    Author: Daryn Sharp, 2012-05-11, 13:08
[HADOOP-8335] Improve Configuration's address handling - Hadoop - [issue]
...There's a Configuration#getSocketAddr but no symmetrical setSocketAddr.  An updateSocketAddr would also be very handy for yarn's updating of wildcard addresses in the config....
http://issues.apache.org/jira/browse/HADOOP-8335    Author: Daryn Sharp, 2012-05-01, 14:03
[HADOOP-8311] FSInputStream's positioned read fails to check seek - Hadoop - [issue]
...FSInputStream#read(long, byte[], int, int) will seek into the input stream, but does not check that the seek actually succeeded....
http://issues.apache.org/jira/browse/HADOOP-8311    Author: Daryn Sharp, 2012-04-25, 17:06
Re: [VOTE] Release hadoop-0.23.2-rc0 - Hadoop - [mail # general]
...I believe it's premature to release a non-alpha. branch-2.0 does not contai n a full working implementation of host-based tokens that was introduced in  1.x (yes, it was done out of ord...
   Author: Daryn Sharp, 2012-04-20, 14:28
[HADOOP-8087] Path parsing is flawed - Hadoop - [issue]
...Path is incorrectly parsing //dir/path in a very unexpected way.  While it should translate to the directory $fs.default.name}/dir/path, it instead discards the //dir and returns$fs.def...
http://issues.apache.org/jira/browse/HADOOP-8087    Author: Daryn Sharp, 2012-04-18, 20:35
[HADOOP-8286] Simplify getting a socket address from conf - Hadoop - [issue]
...NetUtils.createSocketAddr(addr, port, confKey will throw an exception with a descriptive message of a malformed conf value.  A corresponding conf#getSocketAddr would make it easier to u...
http://issues.apache.org/jira/browse/HADOOP-8286    Author: Daryn Sharp, 2012-04-18, 14:06
[HADOOP-8283] Allow tests to control token service value - Hadoop - [issue]
...Tests in projects other than common need to be able to change whether the token service uses an ip or a host....
http://issues.apache.org/jira/browse/HADOOP-8283    Author: Daryn Sharp, 2012-04-17, 14:03
[HADOOP-7510] Tokens should use original hostname provided instead of ip - Hadoop - [issue]
...Tokens currently store the ip:port of the remote server.  This precludes tokens from being used after a host's ip is changed.  Tokens should store the hostname used to make the RPC...
http://issues.apache.org/jira/browse/HADOOP-7510    Author: Daryn Sharp, 2012-04-13, 14:04
Re: Help with error - Hadoop - [mail # dev]
...The copyFromLocalFile method has a void return, but internally is calling F ileUtil methods that may return a boolean for success.  False appears to be  returned if the source file...
   Author: Daryn Sharp, 2012-04-10, 13:03
[HADOOP-8221] Hftp connections do not have a timeout - Hadoop - [issue]
...Hftp connections do not have read timeouts.  This leads to indefinitely hung sockets when there is a network outage during which time the remote host closed the socket.This may also aff...
http://issues.apache.org/jira/browse/HADOOP-8221    Author: Daryn Sharp, 2012-03-30, 17:35
Sort:
project
Hadoop (93)
HDFS (72)
MapReduce (36)
type
issue (72)
mail # general (10)
mail # dev (8)
mail # user (3)
date
last 7 days (2)
last 30 days (8)
last 90 days (20)
last 6 months (32)
last 9 months (93)
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)
Daryn Sharp