You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/05 04:44:02 UTC

[jira] [Commented] (PIO-117) Cannot delete event data on ESLEvents

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

ASF GitHub Bot commented on PIO-117:
------------------------------------

GitHub user marevol opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/428

    [PIO-117] Cannot delete event data on ESLEvents

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marevol/incubator-predictionio es_delete_response

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-predictionio/pull/428.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 #428
    
----
commit faf747d82b140add8bf49bbfe7d53d31b079ed89
Author: Shinsuke Sugaya <sh...@apache.org>
Date:   2017-09-05T04:26:18Z

    check deleted property in response

----


> 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)