-1 for committing the jar.
Most of the various options proposed sound certainly better.
Can build.xml be updated such that Ivy fetches recent (nightly) build?
HDFS could have a build target that builds common jar from a specified
source location for common.
Raghu.
Todd Lipcon wrote:
On Wed
A heartBeat is also an RPC. When you pause Namenode for 30 sec the
datanode's heartbeat thread just waits for 30 sec for its heartbeat RPC
to return. Note that when you pause Namenode, the RPCs to it don't fail
immediately. During this wait, DNs can perform other transactions like
serving dat
Steve Loughran wrote:
Raghu Angadi wrote:
A heartBeat is also an RPC. When you pause Namenode for 30 sec the
datanode's heartbeat thread just waits for 30 sec for its heartbeat
RPC to return. Note that when you pause Namenode, the RPCs to it don't
fail immediately. During this wai
Vinay,
This issue came up before (
http://www.mail-archive.com/core-...@hadoop.apache.org/msg35620.html ) . I
think we should fix this soon. Dhruba filed a jira (
https://issues.apache.org/jira/browse/HDFS-96 ) . Not all errors reported
here fixed by the patch attached there. Could we discuss thi
+1. risk is low since it does not involve any change to on-disk format.
On Mon, Oct 12, 2009 at 4:37 PM, Owen O'Malley wrote:
>
> On Oct 12, 2009, at 3:55 PM, Hong Tang wrote:
>
> I suggest that we port the patch back to hadoop 0.20/0.21 now.
>>
>
> This seems like a low risk change, which onl
https://issues.apache.org/jira/browse/HADOOP-7023 : Distcp : setup with
update is too slow when latency is high
This improves 'distcp -update' across geographically separated clusters.
All the test pass and patch is tested in cluster.
Thanks,
Raghu.