vinothchandar commented on a change in pull request #991: Hudi Test Suite 
(Refactor) 
URL: https://github.com/apache/incubator-hudi/pull/991#discussion_r344978923
 
 

 ##########
 File path: hudi-bench/prepare_integration_suite.sh
 ##########
 @@ -0,0 +1,112 @@
+#!/bin/bash
+
+# Determine the current working directory
+_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+# Preserve the calling directory
+_CALLING_DIR="$(pwd)"
+
+#########################
+# The command line help #
+#########################
+usage() {
+    echo "Usage: $0"
+    echo "   --spark-command, prints the spark command"
+    echo "   -h, hdfs-version"
 
 Review comment:
   do you mean hadoop version? 

----------------------------------------------------------------
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