RE: File Integrity in HDFS

2012-05-02 Thread Stuti Awasthi
S throw some IOExecptions or it will leave the file > unexecuted till next job runs. > > -Original Message- > From: Harsh J [mailto:ha...@cloudera.com] > Sent: Tuesday, May 01, 2012 6:11 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: File Integrity in HDFS > >

Re: File Integrity in HDFS

2012-05-02 Thread Harsh J
s or it will leave the file > unexecuted till next job runs. > > -Original Message- > From: Harsh J [mailto:ha...@cloudera.com] > Sent: Tuesday, May 01, 2012 6:11 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: File Integrity in HDFS > > Yes renames/moves

RE: File Integrity in HDFS

2012-05-02 Thread Stuti Awasthi
: Re: File Integrity in HDFS Yes renames/moves are merely metadata changes, like on your local filesystem (unless you move across partitions/disks, a concept that wouldn't apply to a DFS). On Tue, May 1, 2012 at 5:53 PM, Stuti Awasthi wrote: > Thanks Harsh, > I also looked that when w

Re: File Integrity in HDFS

2012-05-01 Thread Harsh J
t: Tuesday, May 01, 2012 5:22 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: File Integrity in HDFS > > The easiest way out would be to rename files to pick-up-able name upon > successful copy, or have the loading done to a different directory and > rename/move the file w

RE: File Integrity in HDFS

2012-05-01 Thread Stuti Awasthi
: Harsh J [mailto:ha...@cloudera.com] Sent: Tuesday, May 01, 2012 5:22 PM To: hdfs-user@hadoop.apache.org Subject: Re: File Integrity in HDFS The easiest way out would be to rename files to pick-up-able name upon successful copy, or have the loading done to a different directory and rename/move the

Re: File Integrity in HDFS

2012-05-01 Thread Harsh J
The easiest way out would be to rename files to pick-up-able name upon successful copy, or have the loading done to a different directory and rename/move the file when successfully closed to the job input directory. On Tue, May 1, 2012 at 3:22 PM, Stuti Awasthi wrote: > Hi All, > > > > I have a s