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 B832D200C4A for ; Sun, 2 Apr 2017 08:48:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B6EDD160B8E; Sun, 2 Apr 2017 06:48:47 +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 09787160B77 for ; Sun, 2 Apr 2017 08:48:46 +0200 (CEST) Received: (qmail 30097 invoked by uid 500); 2 Apr 2017 06:48:46 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 30086 invoked by uid 99); 2 Apr 2017 06:48:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2017 06:48:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9DFE41A0948 for ; Sun, 2 Apr 2017 06:48:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5c2J0ksw8D19 for ; Sun, 2 Apr 2017 06:48:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2D8C85F202 for ; Sun, 2 Apr 2017 06:48:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 58EA1E0641 for ; Sun, 2 Apr 2017 06:48:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5D08424019 for ; Sun, 2 Apr 2017 06:48:42 +0000 (UTC) Date: Sun, 2 Apr 2017 06:48:42 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4676) Merge flink-batch-connectors and flink-streaming-connectors modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 02 Apr 2017 06:48:47 -0000 [ https://issues.apache.org/jira/browse/FLINK-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952558#comment-15952558 ] ASF GitHub Bot commented on FLINK-4676: --------------------------------------- Github user prabhu1984 commented on the issue: https://github.com/apache/flink/pull/2897 Hi @fhueske, Can you please post some simple example on how to read a Hive table on flink through flink-hcatalog connector? Thanks Prabhu > Merge flink-batch-connectors and flink-streaming-connectors modules > ------------------------------------------------------------------- > > Key: FLINK-4676 > URL: https://issues.apache.org/jira/browse/FLINK-4676 > Project: Flink > Issue Type: Task > Components: Batch Connectors and Input/Output Formats, Build System, Streaming Connectors > Affects Versions: 1.2.0 > Reporter: Fabian Hueske > Assignee: Fabian Hueske > Priority: Minor > Fix For: 1.2.0 > > > We have two separate Maven modules for batch and streaming connectors (flink-batch-connectors and flink-streaming-connectors) that contain modules for the individual external systems and storage formats such as HBase, Cassandra, Avro, Elasticsearch, etc. > Some of these systems can be used in streaming as well as batch jobs as for instance HBase, Cassandra, and Elasticsearch. > However, due to the separate main modules for streaming and batch connectors, we currently need to decide where to put a connector. > For example, the flink-connector-cassandra module is located in flink-streaming-connectors but includes a CassandraInputFormat and CassandraOutputFormat (i.e., a batch source and sink). > This issue is about merging flink-batch-connectors and flink-streaming-connectors into a joint flink-connectors module. > Names of moved modules should not be changed (although this leads to an inconsistent naming scheme: flink-connector-cassandra vs. flink-hbase) to keep the change of code structure transparent to users. -- This message was sent by Atlassian JIRA (v6.3.15#6346)