[ https://issues.apache.org/jira/browse/PIO-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154588#comment-16154588 ]
ASF GitHub Bot commented on PIO-117: ------------------------------------ GitHub user marevol opened a pull request: https://github.com/apache/incubator-predictionio-sdk-python/pull/22 [WIP] Add travis test and Refactoring I'll merge this PR after [PIO-117](https://issues.apache.org/jira/browse/PIO-117). You can merge this pull request into a Git repository by running: $ git pull https://github.com/marevol/incubator-predictionio-sdk-python travis Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-predictionio-sdk-python/pull/22.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22 ---- commit cddbd06a8bfa1c904d5b7652b4f1ee72703a0de6 Author: Shinsuke Sugaya <shins...@apache.org> Date: 2017-09-04T09:00:57Z add travis and refactoring ---- > Cannot delete event data on ESLEvents > ------------------------------------- > > Key: PIO-117 > URL: https://issues.apache.org/jira/browse/PIO-117 > Project: PredictionIO > Issue Type: Bug > Components: Core > Reporter: Shinsuke Sugaya > Assignee: Shinsuke Sugaya > > For elasticsearch event storage, delete request does not work. > {noformat} > $ curl -XDELETE > "localhost:7070/events/AV5QAIH0VGhejKgUn-2J.json?accessKey=..." > { > "message": "Did not find value which can be converted into java.lang.String" > } > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)