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

Zhanwei Wang commented on HDFS-7018:
------------------------------------

Hi [~cmccabe]

In the new patch,
1) simplify the exception handling to only one catch block

{code}
    catch (...) {
        HandleException(current_exception());
    }
{code}

2) remove {{PARAMETER_ASSERT}}

3) simplify {{struct hdfsFile_internal}} as you suggested.

4) remove some functions which are not supported in libhdfs. Let's discuss and 
add them in other jira.

As you suggested, searching CLASSPATH for XML configure files will be done in 
another jira, so I keep the current implementation. 



> Implement C interface for libhdfs3
> ----------------------------------
>
>                 Key: HDFS-7018
>                 URL: https://issues.apache.org/jira/browse/HDFS-7018
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs-client
>            Reporter: Zhanwei Wang
>            Assignee: Zhanwei Wang
>         Attachments: HDFS-7018-pnative.002.patch, 
> HDFS-7018-pnative.003.patch, HDFS-7018-pnative.004.patch, HDFS-7018.patch
>
>
> Implement C interface for libhdfs3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to