[
https://issues.apache.org/jira/browse/HADOOP-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620301#action_12620301
]
Pete Wyckoff commented on HADOOP-3754:
--------------------------------------
Code review comments:
1. I didn't notice before, but if the server is restarted, it is highly likely
that clients will have handles to the wrong files sitting around. ie the nextId
counter will just start over at 100.
2. what about Nitay's #2 comment about closing files if the client dies? Is it
possible to implement the same semantics that the DFSClient would?
3. Steve's comments - esp about including thrift ...
> Support a Thrift Interface to access files/directories in HDFS
> --------------------------------------------------------------
>
> Key: HADOOP-3754
> URL: https://issues.apache.org/jira/browse/HADOOP-3754
> Project: Hadoop Core
> Issue Type: New Feature
> Reporter: dhruba borthakur
> Assignee: dhruba borthakur
> Attachments: hadoopthrift2.patch, hadoopthrift3.patch,
> hadoopthrift4.patch, thrift1.patch
>
>
> Thrift is a cross-language RPC framework. It supports automatic code
> generation for a variety of languages (Java, C++, python, PHP, etc) It would
> be nice if HDFS APIs are exposed though Thirft. It will allow applications
> written in any programming language to access HDFS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.