You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/02/13 15:14:41 UTC

[jira] [Commented] (HADOOP-14076) Allow Configuration to be persisted given path to file

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

Steve Loughran commented on HADOOP-14076:
-----------------------------------------

Ted, what's wrong with just creating the FileOutputStream and calling writeXML? It's not that hard

> Allow Configuration to be persisted given path to file
> ------------------------------------------------------
>
>                 Key: HADOOP-14076
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14076
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Ted Yu
>
> Currently Configuration has the following methods for persistence:
> {code}
>   public void writeXml(OutputStream out) throws IOException {
>   public void writeXml(Writer out) throws IOException {
> {code}
> Adding API for persisting to file given path would be useful:
> {code}
>   public void writeXml(String path) throws IOException {
> {code}
> Background: I recently worked on exporting Configuration to a file using JNI.
> Without the proposed API, I resorted to some trick such as the following:
> http://www.kfu.com/~nsayer/Java/jni-filedesc.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org