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

2017-02-16 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869738#comment-15869738 ] Steve Loughran commented on HADOOP-14076: - OR we have some utils.ConfIO class with methods like

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

2017-02-14 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866893#comment-15866893 ] Chris Douglas commented on HADOOP-14076: I think Steve is suggesting that this belongs with the

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

2017-02-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865940#comment-15865940 ] Ted Yu commented on HADOOP-14076: - Do you have suggestion where the helper method should reside. >

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

2017-02-14 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865739#comment-15865739 ] Steve Loughran commented on HADOOP-14076: - this is a very special case. Why not some helper java

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

2017-02-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15863813#comment-15863813 ] Ted Yu commented on HADOOP-14076: - That's what I did using JNI: {code} void writeConf(jobject conf,

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

2017-02-13 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15863804#comment-15863804 ] Steve Loughran commented on HADOOP-14076: - Ted, what's wrong with just creating the