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 65304200D04 for ; Mon, 28 Aug 2017 06:10:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61E2B163AC3; Mon, 28 Aug 2017 04:10:26 +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 CF314163ABF for ; Mon, 28 Aug 2017 06:10:25 +0200 (CEST) Received: (qmail 45689 invoked by uid 500); 28 Aug 2017 04:10:24 -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 45673 invoked by uid 99); 28 Aug 2017 04:10:23 -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:10:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25646F16B2; Mon, 28 Aug 2017 04:10:22 +0000 (UTC) From: yew1eb To: reviews@bahir.apache.org Reply-To: reviews@bahir.apache.org Message-ID: Subject: [GitHub] bahir-flink pull request #20: add InfluxDb sink for flink stream Content-Type: text/plain Date: Mon, 28 Aug 2017 04:10:22 +0000 (UTC) archived-at: Mon, 28 Aug 2017 04:10:26 -0000 GitHub user yew1eb opened a pull request: https://github.com/apache/bahir-flink/pull/20 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/20.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 #20 ---- commit 832943cfac7110d36634bb6c2a3413dff2c42306 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. ---