[ https://issues.apache.org/jira/browse/MNEMONIC-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925227#comment-15925227 ]
ASF GitHub Bot commented on MNEMONIC-218: ----------------------------------------- Github user bigdata-memory commented on a diff in the pull request: https://github.com/apache/incubator-mnemonic/pull/34#discussion_r106051332 --- Diff: mnemonic-hadoop/mnemonic-hadoop-mapreduce/src/main/java/org/apache/mnemonic/hadoop/MneDurableInputSession.java --- @@ -144,4 +150,12 @@ public NonVolatileMemAllocator getAllocator() { public long getHandler() { return m_handler; } + +public Configuration getConfiguration() { + return configuration; +} + +public void setConfiguration(Configuration configuration) { + this.configuration = configuration; --- End diff -- ditto. > Make inputSession & outputSession to accept the Configration parameter > ---------------------------------------------------------------------- > > Key: MNEMONIC-218 > URL: https://issues.apache.org/jira/browse/MNEMONIC-218 > Project: Mnemonic > Issue Type: New Feature > Components: Hadoop-Integration > Affects Versions: 0.6.0-incubating > Reporter: Peili SHEN > Assignee: Peili SHEN > Fix For: 0.6.0-incubating > > > Add the constructor of MneDurableOutputSession and MneDurableInputSession to > accept Configuration parameter. > Create setter & getter for Configuration. -- This message was sent by Atlassian JIRA (v6.3.15#6346)