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 69964200D04 for ; Mon, 28 Aug 2017 06:14:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6811A163B0C; Mon, 28 Aug 2017 04:14:48 +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 D5D33163AFD for ; Mon, 28 Aug 2017 06:14:47 +0200 (CEST) Received: (qmail 52966 invoked by uid 500); 28 Aug 2017 04:14:46 -0000 Mailing-List: contact reviews-help@bahir.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@bahir.apache.org Delivered-To: mailing list reviews@bahir.apache.org Received: (qmail 52955 invoked by uid 99); 28 Aug 2017 04:14:46 -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; Mon, 28 Aug 2017 04:14:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 70BD1F16B2; Mon, 28 Aug 2017 04:14:46 +0000 (UTC) From: yew1eb To: reviews@bahir.apache.org Reply-To: reviews@bahir.apache.org Message-ID: Subject: [GitHub] bahir-flink pull request #21: [BAHIR-134] Add InfluxDB sink for flink stream Content-Type: text/plain Date: Mon, 28 Aug 2017 04:14:46 +0000 (UTC) archived-at: Mon, 28 Aug 2017 04:14:48 -0000 GitHub user yew1eb opened a pull request: https://github.com/apache/bahir-flink/pull/21 [BAHIR-134] Add InfluxDB sink for flink stream add InfluxDBSink for flink stream ## Verifying this change Add example `InfluxDBSinkExample` Runing environment: flink version 1.3.0 influxdb version: 1.3.4 influxdb-java(influxdb client) version: 2.7(Compatible with InfluxDB version 0.9 ~ 1.3.x) It works well. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/bahir-flink BAHIR-134 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bahir-flink/pull/21.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 #21 ---- commit 1249a8c26fa261719431a269f4b46203e748774f Author: zhouhai02 Date: 2017-08-27T11:35:31Z add InfluxDb sink for flink stream ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---