[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2012-05-25 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HADOOP-7770: Component/s: (was: fs) viewfs ViewFS getFileChecksum throws

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-28 Thread Jitendra Nath Pandey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HADOOP-7770: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was:

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-27 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Attachment: HADOOP-7770.patch Thanks Jitendra! I completely missed that. I'm attaching a patch

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-26 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Attachment: HADOOP-7770.patch Seems like we forgot to change f to res.remainingPath only for

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-26 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Status: Patch Available (was: Open) ViewFS getFileChecksum throws FileNotFoundException

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-26 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Attachment: HADOOP-7770.patch Patch failed last time because the test was in HDFS code.

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-26 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Attachment: HADOOP-7770.patch Added suppress warnings for the javac warnings -1. The findbugs

[jira] [Updated] (HADOOP-7770) ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user

2011-10-25 Thread Ravi Prakash (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HADOOP-7770: - Attachment: HADOOP-7770.unitTest.patch Attaching a unit test which fails due to the issue. Now