[
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
Atempt to make a directory under an existing file on DistributedFileSystem
should throw an FileAlreadyExitsException instead of FileNotFoundException
[
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
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
[
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.
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
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
ConcurrentModificationException in invalidateCorruptReplicas()
--
Key: HDFS-606
URL: https://issues.apache.org/jira/browse/HDFS-606
Project: Hadoop HDFS
Issue Type: Bug
Co
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 !