[jira] Resolved: (HDFS-578) Support for using server default values for blockSize and replication when creating a file

2009-09-08 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-578. -- Resolution: Fixed Fix Version/s: 0.21.0 Release Note: Adds HDFS support for new FileS

[jira] Created: (HDFS-602) Atempt to make a directory under an existing file on DistributedFileSystem should throw an FileAlreadyExitsException instead of FileNotFoundException

2009-09-08 Thread Boris Shkolnik (JIRA)
Atempt to make a directory under an existing file on DistributedFileSystem should throw an FileAlreadyExitsException instead of FileNotFoundException

[jira] Resolved: (HDFS-595) FsPermission tests need to be updated for new octal configuration parameter from HADOOP-6234

2009-09-08 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-595. -- Resolution: Fixed I committed the changes. Thanks Jakob. > FsPermission tests need to be updated

[jira] Created: (HDFS-603) mReplica related classes cannot be accessed

2009-09-08 Thread Tsz Wo (Nicholas), SZE (JIRA)
mReplica related classes cannot be accessed --- Key: HDFS-603 URL: https://issues.apache.org/jira/browse/HDFS-603 Project: Hadoop HDFS Issue Type: Improvement Components: data-node Affect

[jira] Resolved: (HDFS-576) Extend Block report to include under-construction replicas

2009-09-08 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko resolved HDFS-576. -- Resolution: Fixed Hadoop Flags: [Reviewed] I committed this to the append branch.

[jira] Created: (HDFS-604) Block report processing for append

2009-09-08 Thread Konstantin Shvachko (JIRA)
Block report processing for append -- Key: HDFS-604 URL: https://issues.apache.org/jira/browse/HDFS-604 Project: Hadoop HDFS Issue Type: Sub-task Components: name-node Affects Versions: Append Br

[jira] Created: (HDFS-605) There's not need to run fault-inject tests by 'run-test-hdfs-with-mr' target

2009-09-08 Thread Konstantin Boudnik (JIRA)
There's not need to run fault-inject tests by 'run-test-hdfs-with-mr' target Key: HDFS-605 URL: https://issues.apache.org/jira/browse/HDFS-605 Project: Hadoop HDFS

[jira] Created: (HDFS-606) ConcurrentModificationException in invalidateCorruptReplicas()

2009-09-08 Thread Konstantin Shvachko (JIRA)
ConcurrentModificationException in invalidateCorruptReplicas() -- Key: HDFS-606 URL: https://issues.apache.org/jira/browse/HDFS-606 Project: Hadoop HDFS Issue Type: Bug Co

How to define the path of HDFS?

2009-09-08 Thread Bill Yu
Hi everyone, when I run the following code: ObjectInputStream in = new ObjectInputStream(new FileInputStream("hdfs://localhost:9000/myDir/trajectory/test.obj")); it throws an error that the directory is not exist, how can I define the its path ? Any suggestion is appreciate !