Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A027D18E00 for ; Wed, 20 May 2015 08:51:34 +0000 (UTC) Received: (qmail 64213 invoked by uid 500); 20 May 2015 08:51:34 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 64145 invoked by uid 500); 20 May 2015 08:51:34 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 64135 invoked by uid 99); 20 May 2015 08:51:34 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 08:51:34 +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 0C7EB1A3779 for ; Wed, 20 May 2015 08:51:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hZBMGULvawXT for ; Wed, 20 May 2015 08:51:21 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2FA3424B1E for ; Wed, 20 May 2015 08:51:21 +0000 (UTC) Received: by wibt6 with SMTP id t6so51681116wib.0 for ; Wed, 20 May 2015 01:50:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:user-agent:mime-version:to :subject:references:in-reply-to:content-type; bh=gyuSmmozSAyXsFoI2fWsupYCL3ZgYgqc+L53gNyVnJ8=; b=BornaszU37oFlxMyJibrFW//eAA2Nm8kyL8mwK9LPCWQsswmvYZDElnwsukkQ/Blxq owPawcDj6kgEusSXWvoZAl1mFAEchn/Sy7oAbHaue5waw0jHRkbwzmHO10LlLB7CUKoD 1ZNx6iv5cPvvqkOxpA47jVDuzwkhsvfqV6CW6BGZ4v5/RM80uNruyi3j+vtuv3Hme2Xt EkXyNafrms1b/da3s1ze4fT6sP58ho+LCmsVFza+79HWSvqA55pPEr1kmbAuyOeh2t22 sVUGwPQKkEy0raD4XLvRDNBwCzrgEhsSy8XVnsovtrnmBWdfXgAXZJTsbsQGuU9r63fC d0DQ== X-Gm-Message-State: ALoCoQlV1ma8zZkVAzbNRRkK5zxj4u0TPMuGVHaEh5WFJHHm8VxJc+pI4uNJ4KkXuIxru/LxctTE X-Received: by 10.180.19.198 with SMTP id h6mr39508648wie.60.1432111835846; Wed, 20 May 2015 01:50:35 -0700 (PDT) Received: from [172.27.32.56] ([91.213.91.28]) by mx.google.com with ESMTPSA id hn7sm2297704wib.5.2015.05.20.01.50.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 01:50:34 -0700 (PDT) From: Hilmi Yildirim X-Google-Original-From: Hilmi Yildirim Message-ID: <555C4AD9.2090009@neofonie.de> Date: Wed, 20 May 2015 10:50:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: user@flink.apache.org Subject: Re: Write Stream to HBase References: <555C42F9.5020900@neofonie.de> In-Reply-To: Content-Type: multipart/alternative; boundary="------------070709040500000702090905" This is a multi-part message in MIME format. --------------070709040500000702090905 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Thank you Flavio, these are examples for Batch Processing. But I want to write a continuous stream into an HBase within a StreamExecutionEnvironment instead of a ExecutionEnvironment. Best Regards, Hilmi Am 20.05.2015 um 10:42 schrieb Flavio Pompermaier: > I've added an example of HBase writing > at flink-staging/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteExample.java. > > Otherwise you can look at these 2 URLs: > > * https://github.com/fpompermaier/flink/blob/hbaseOutExample/flink-staging/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteExample.java > * https://github.com/apache/flink/blob/57615aaa19e9933e43ed0431a78dd231bf98b103/flink-staging/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteExample.java > > Best, > Flavio > > On Wed, May 20, 2015 at 10:16 AM, Hilmi Yildirim > > wrote: > > Hi, > I want to write a stream continuously into an HBase. For example, > I have 1 source and 4 workers. I want that each worker writes > autonomously into HBase. Is there a proper way to do it? > > Best Regards, > > -- > -- > Hilmi Yildirim > Software Developer R&D > > T: +49 30 24627-281 > Hilmi.Yildirim@neofonie.de > > http://www.neofonie.de > > Besuchen Sie den Neo Tech Blog für Anwender: > http://blog.neofonie.de/ > > Folgen Sie uns: > https://plus.google.com/+neofonie > http://www.linkedin.com/company/neofonie-gmbh > https://www.xing.com/companies/neofoniegmbh > > Neofonie GmbH | Robert-Koch-Platz 4 | 10115 Berlin > Handelsregister Berlin-Charlottenburg: HRB 67460 > Geschäftsführung: Thomas Kitlitschko > > > -- -- Hilmi Yildirim Software Developer R&D T: +49 30 24627-281 Hilmi.Yildirim@neofonie.de http://www.neofonie.de Besuchen Sie den Neo Tech Blog für Anwender: http://blog.neofonie.de/ Folgen Sie uns: https://plus.google.com/+neofonie http://www.linkedin.com/company/neofonie-gmbh https://www.xing.com/companies/neofoniegmbh Neofonie GmbH | Robert-Koch-Platz 4 | 10115 Berlin Handelsregister Berlin-Charlottenburg: HRB 67460 Geschäftsführung: Thomas Kitlitschko --------------070709040500000702090905 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Thank you Flavio,
these are examples for Batch Processing. But I want to write a continuous stream into an HBase within a StreamExecutionEnvironment instead of a ExecutionEnvironment.

Best Regards,
Hilmi

Am 20.05.2015 um 10:42 schrieb Flavio Pompermaier:
I've added an example of HBase writing at flink-staging/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteExample.java.
Otherwise you can look at these 2 URLs:
Flavio

On Wed, May 20, 2015 at 10:16 AM, Hilmi Yildirim <hilmi.yildirim@neofonie.de> wrote:
Hi,
I want to write a stream continuously into an HBase. For example, I have 1 source and 4 workers. I want that each worker writes autonomously into HBase. Is there a proper way to do it?

Best Regards,

--
--
Hilmi Yildirim
Software Developer R&D

T: +49 30 24627-281
Hilmi.Yildirim@neofonie.de

http://www.neofonie.de

Besuchen Sie den Neo Tech Blog für Anwender:
http://blog.neofonie.de/

Folgen Sie uns:
https://plus.google.com/+neofonie
http://www.linkedin.com/company/neofonie-gmbh
https://www.xing.com/companies/neofoniegmbh

Neofonie GmbH | Robert-Koch-Platz 4 | 10115 Berlin
Handelsregister Berlin-Charlottenburg: HRB 67460
Geschäftsführung: Thomas Kitlitschko




-- 
--
Hilmi Yildirim
Software Developer R&D

T: +49 30 24627-281
Hilmi.Yildirim@neofonie.de

http://www.neofonie.de

Besuchen Sie den Neo Tech Blog für Anwender:
http://blog.neofonie.de/

Folgen Sie uns:
https://plus.google.com/+neofonie
http://www.linkedin.com/company/neofonie-gmbh
https://www.xing.com/companies/neofoniegmbh

Neofonie GmbH | Robert-Koch-Platz 4 | 10115 Berlin
Handelsregister Berlin-Charlottenburg: HRB 67460
Geschäftsführung: Thomas Kitlitschko
--------------070709040500000702090905--