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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to