From commits-return-8989-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Mon Jan 6 13:34:43 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 4A3D8180636 for ; Mon, 6 Jan 2020 14:34:43 +0100 (CET) Received: (qmail 45096 invoked by uid 500); 6 Jan 2020 13:34:42 -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 45087 invoked by uid 99); 6 Jan 2020 13:34:42 -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, 06 Jan 2020 13:34:42 +0000 From: GitBox To: commits@hudi.apache.org Subject: [GitHub] [incubator-hudi] leesf commented on a change in pull request #1177: [HUDI-463] Redo hudi-utilities log statements using SLF4J Message-ID: <157831768255.11862.3380893825456449719.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Mon, 06 Jan 2020 13:34:42 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit leesf commented on a change in pull request #1177: [HUDI-463] Redo hudi-utilities log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1177#discussion_r363294505 ########## File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/HDFSParquetImporter.java ########## @@ -114,7 +114,7 @@ public int dataImport(JavaSparkContext jsc, int retry) { ret = dataImport(jsc); } while (ret != 0 && retry-- > 0); } catch (Throwable t) { - LOG.error(t); + LOG.error("The dataImport err:", t); Review comment: err -> error? ---------------------------------------------------------------- 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