Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B8F5C200D74 for ; Tue, 26 Dec 2017 06:46:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B756E160C30; Tue, 26 Dec 2017 05:46:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F37A0160C1E for ; Tue, 26 Dec 2017 06:46:00 +0100 (CET) Received: (qmail 22769 invoked by uid 500); 26 Dec 2017 05:46:00 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 22757 invoked by uid 99); 26 Dec 2017 05:45:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2017 05:45:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F415EDFC3E; Tue, 26 Dec 2017 05:45:57 +0000 (UTC) From: samaitra To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3288: IGNITE-4585 Support CLEAR command with REST Content-Type: text/plain Date: Tue, 26 Dec 2017 05:45:57 +0000 (UTC) archived-at: Tue, 26 Dec 2017 05:46:01 -0000 GitHub user samaitra opened a pull request: https://github.com/apache/ignite/pull/3288 IGNITE-4585 Support CLEAR command with REST You can merge this pull request into a Git repository by running: $ git pull https://github.com/samaitra/ignite IGNITE-4585 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3288.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 #3288 ---- commit 06458b954332d7d075029a5619e1649a6260b0c3 Author: samaitra Date: 2017-12-26T05:42:18Z IGNITE-4585 Support CLEAR command with REST commit 7e66a14ec32a1e241afdcf05d4a28945629ff04c Author: samaitra Date: 2017-12-26T05:42:40Z Merge remote-tracking branch 'upstream/master' into IGNITE-4585 ---- ---