From commits-return-12401-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Mon Mar 2 07:06:22 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 77CDB18062C for ; Mon, 2 Mar 2020 08:06:22 +0100 (CET) Received: (qmail 48565 invoked by uid 500); 2 Mar 2020 07:06:21 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 48556 invoked by uid 99); 2 Mar 2020 07:06:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2020 07:06:21 +0000 From: GitBox To: commits@hudi.apache.org Subject: [GitHub] [incubator-hudi] lamber-ken edited a comment on issue #1290: [HUDI-584] Relocate spark-avro dependency by maven-shade-plugin Message-ID: <158313278167.25579.7246035079106089296.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 02 Mar 2020 07:06:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit lamber-ken edited a comment on issue #1290: [HUDI-584] Relocate spark-avro dependency by maven-shade-plugin URL: https://github.com/apache/incubator-hudi/pull/1290#issuecomment-593252380 hi @bhasudha, addressed and add `--packages` to READ.ME doc ``` spark-2.4.4-bin-hadoop2.7/bin/spark-shell \ --packages org.apache.spark:spark-avro_2.11:2.4.4 \ --jars `ls packaging/hudi-spark-bundle/target/hudi-spark-bundle_2.11-*.*.*-SNAPSHOT.jar` \ --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services