[ 
https://issues.apache.org/jira/browse/HDFS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132082#comment-13132082
 ] 

Sanjay Radia commented on HDFS-2479:
------------------------------------

Another option is to create a new type for HdfsLocatedFileStatus as
{code}
HdfsLocatedFileStatusProto {
  HdfsFileStatusProto fs = 1;
  LocatedBlocksProto locations = 2;
}
{code}
  
                
> HDFS Client Data Types in Protocol Buffers
> ------------------------------------------
>
>                 Key: HDFS-2479
>                 URL: https://issues.apache.org/jira/browse/HDFS-2479
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Sanjay Radia
>            Assignee: Sanjay Radia
>         Attachments: hdfs.proto, pbClientTypes1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to