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 3B1F9183A7 for ; Tue, 21 Jul 2015 22:32:12 +0000 (UTC) Received: (qmail 56506 invoked by uid 500); 21 Jul 2015 22:32:12 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 56433 invoked by uid 500); 21 Jul 2015 22:32:12 -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 56423 invoked by uid 99); 21 Jul 2015 22:32:12 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 22:32:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8369B18B127 for ; Tue, 21 Jul 2015 22:32:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.105 X-Spam-Level: *** X-Spam-Status: No, score=3.105 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id fFNjT91mBV6W for ; Tue, 21 Jul 2015 22:32:04 +0000 (UTC) Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 6DBB043DF3 for ; Tue, 21 Jul 2015 22:32:04 +0000 (UTC) Received: by igbpg9 with SMTP id pg9so119132528igb.0 for ; Tue, 21 Jul 2015 15:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=92aKQAnxevjbrelptCbAkXF4u70AyyN5+B8gJM4DYL4=; b=FCfGVGg7w2ckJ/irGd7cZwoA1TR2QJdCtAESGhn5Duvmgc73Vw58+X1HhGfStQJMbk TSCzlFSRs8yMZra5JT2J0KGCXGaVP+GOOoBWZDifP+DwC320ll6sQpz0jSOvPdkaVZ8j BvCSqqICwgO016aIl7uHLnVo9zZibZWSPVtU3gacJOjgx796D63jLVkWoN9Y64mutv6W I2zj/rGxk5hnGFPcCh7qRKHGJpzTiXpvdQ9FJrPQ/R2i+sF90D1IZ5n2YjivpsnA2X7P gfw37yXWodSNTx4n6bgEay2goeD4T0qoWa4OyZX4r2xRArT3FcuPeA+tDdU3wKA5cJyr NzqQ== MIME-Version: 1.0 X-Received: by 10.50.141.164 with SMTP id rp4mr28710029igb.2.1437517923999; Tue, 21 Jul 2015 15:32:03 -0700 (PDT) Received: by 10.107.47.133 with HTTP; Tue, 21 Jul 2015 15:32:03 -0700 (PDT) In-Reply-To: <1437515871699-2220.post@n4.nabble.com> References: <1437453703966-2199.post@n4.nabble.com> <1437455411636-2200.post@n4.nabble.com> <1437496891956-2218.post@n4.nabble.com> <1437515871699-2220.post@n4.nabble.com> Date: Tue, 21 Jul 2015 15:32:03 -0700 Message-ID: Subject: Re: Flink Kafka cannot find org/I0Itec/zkclient/serialize/ZkSerializer From: Hawin Jiang To: user@flink.apache.org Content-Type: multipart/alternative; boundary=089e0129538037e704051b6a39de --089e0129538037e704051b6a39de Content-Type: text/plain; charset=UTF-8 Maybe you can posted your pom.xml file to identify your issue. Best regards Hawin On Tue, Jul 21, 2015 at 2:57 PM, Wendong wrote: > also tried using zkclient-0.3.jar in lib/, updated build.sbt and rebuild. > It > doesn't help. Still got the same error of NoClassDefFoundError: > ZkSerializer > in flink.streaming.connectors.kafka.api.KafkaSource.open(). > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-Kafka-cannot-find-org-I0Itec-zkclient-serialize-ZkSerializer-tp2199p2220.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. > --089e0129538037e704051b6a39de Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Maybe you can posted your pom.xml file to identify your is= sue.=C2=A0


Best regards
Hawin

On Tue,= Jul 21, 2015 at 2:57 PM, Wendong <wendong.zhu@gmail.com> wrote:
also tried using zkclient-0.3.ja= r in lib/, updated build.sbt and rebuild. It
doesn't help. Still got the same error of NoClassDefFoundError: ZkSeria= lizer
in flink.streaming.connectors.kafka.api.KafkaSource.open().



--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/F= link-Kafka-cannot-find-org-I0Itec-zkclient-serialize-ZkSerializer-tp2199p22= 20.html
Sent from the Apache Flink User Mai= ling List archive. mailing list archive at Nabble.com.

--089e0129538037e704051b6a39de--