Hi, I've added only few lines.
+ fs.delete(new Path(resultPath), true); + fs.delete(new Path(modelPath), true); I think you can commit your new changes directly. Do I need to rollback? -- Best Regards, Edward J. Yoon @eddieyoon On 2013. 9. 25., at 오후 9:09, Yexi Jiang <[email protected]> wrote: > Hi, Edward, > > Could you please roll back the commit? > > Regards, > Yexi > > > 2013/9/25 Edward J. Yoon <[email protected]> > >> Hi Yexi, >> >> I think you need to exclude text files causing rat check fail. >> >> On Wed, Sep 25, 2013 at 9:06 AM, Hudson (JIRA) <[email protected]> wrote: >>> >>> [ >> https://issues.apache.org/jira/browse/HAMA-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776965#comment-13776965] >>> >>> Hudson commented on HAMA-804: >>> ----------------------------- >>> >>> FAILURE: Integrated in Hama-Nightly-for-Hadoop-1.x #1046 (See [ >> https://builds.apache.org/job/Hama-Nightly-for-Hadoop-1.x/1046/]) >>> HAMA-804: Create NeuralNetwork Example. (yxjiang: rev 1525911) >>> * /hama/trunk/CHANGES.txt >>> * >> /hama/trunk/examples/src/main/java/org/apache/hama/examples/ExampleDriver.java >>> * >> /hama/trunk/examples/src/main/java/org/apache/hama/examples/NeuralNetwork.java >>> * >> /hama/trunk/examples/src/test/java/org/apache/hama/examples/NeuralNetworkTest.java >>> * >> /hama/trunk/examples/src/test/resources/neuralnets_classification_label.txt >>> * >> /hama/trunk/examples/src/test/resources/neuralnets_classification_test.txt >>> * >> /hama/trunk/examples/src/test/resources/neuralnets_classification_training.txt >>> >>> >>>> Create NeuralNetwork Example >>>> ---------------------------- >>>> >>>> Key: HAMA-804 >>>> URL: https://issues.apache.org/jira/browse/HAMA-804 >>>> Project: Hama >>>> Issue Type: New Feature >>>> Components: machine learning >>>> Reporter: Yexi Jiang >>>> Assignee: Yexi Jiang >>>> Labels: machine_learning >>>> Fix For: 0.6.3 >>>> >>>> Attachments: HAMA-804.patch >>>> >>>> >>>> Add an NeuralNetwork example to the example package. >>> >>> -- >>> This message is automatically generated by JIRA. >>> If you think it was sent incorrectly, please contact your JIRA >> administrators >>> For more information on JIRA, see: >> http://www.atlassian.com/software/jira >> >> >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >> > > > > -- > ------ > Yexi Jiang, > ECS 251, [email protected] > School of Computer and Information Science, > Florida International University > Homepage: http://users.cis.fiu.edu/~yjian004/
