[
https://issues.apache.org/jira/browse/HADOOP-10985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103267#comment-14103267
]
Colin Patrick McCabe commented on HADOOP-10985:
-----------------------------------------------
There are no code changes here, just code moving to different files.
I am about to add a bunch of stuff to file.c to do the read/write path and I
felt like ndfs.c was getting awfully long.
This change separates out the metadata RPCs into meta.c, the file RPCs into
file.c, utilities used by both into util.c, and the permission parsing code
into permission.c. (permission.c will be a lot longer when we parse
Hadoop-style "r--r--r--" permission strings as opposed to just numeric ones.)
> native client: split ndfs.c into meta, file, util, and permission
> -----------------------------------------------------------------
>
> Key: HADOOP-10985
> URL: https://issues.apache.org/jira/browse/HADOOP-10985
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: native
> Affects Versions: HADOOP-10388
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
>
> Split ndfs.c into meta.c, file.c, util.c, and permission.c.
--
This message was sent by Atlassian JIRA
(v6.2#6252)