HPCC-20575 Comment out debugging information in spark components Reviewed-By: Xiaoming Wang <xiaoming.wang@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -18,8 +18,9 @@
_command=${1:-start}
_component=${2:-mysparkthor}
-exec 3>&2 2>@LOG_PATH@/${_component}/sparkthor-worker.${_command}.debug
-set -x
+#### Uncomment following lines for verbose debugging
+#exec 3>&2 2>@LOG_PATH@/${_component}/sparkthor-worker.${_command}.debug
+#set -x
export logfile="@LOG_PATH@/${_component}/sparkthor-worker.log"
source @INSTALL_DIR@/etc/init.d/hpcc_common
@@ -19,8 +19,9 @@
-exec 3>&2 2>/@LOG_PATH@/${_component}/sparkthor.sh.debug
+#exec 3>&2 2>/@LOG_PATH@/${_component}/sparkthor.sh.debug
export logfile="@LOG_PATH@/${_component}/sparkthor.log"