Repository: hive Updated Branches: refs/heads/master 9bf09d99d -> 7fd5ba53a
HIVE-16033: LLAP: Use PrintGCDateStamps for gc logging (Prasanth Jayachandran reviewed by Siddharth Seth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7fd5ba53 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/7fd5ba53 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/7fd5ba53 Branch: refs/heads/master Commit: 7fd5ba53a0bcaf353a7af19d09c285fd765fec4f Parents: 9bf09d9 Author: Prasanth Jayachandran <[email protected]> Authored: Fri Feb 24 15:25:13 2017 -0800 Committer: Prasanth Jayachandran <[email protected]> Committed: Fri Feb 24 15:25:13 2017 -0800 ---------------------------------------------------------------------- llap-server/bin/runLlapDaemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/7fd5ba53/llap-server/bin/runLlapDaemon.sh ---------------------------------------------------------------------- diff --git a/llap-server/bin/runLlapDaemon.sh b/llap-server/bin/runLlapDaemon.sh index 79f0ccf..001e304 100755 --- a/llap-server/bin/runLlapDaemon.sh +++ b/llap-server/bin/runLlapDaemon.sh @@ -51,7 +51,7 @@ shift JAVA=$JAVA_HOME/bin/java LOG_LEVEL_DEFAULT="INFO" LOGGER_DEFAULT="console" -JAVA_OPTS_BASE="-server -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+PrintGCDetails -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=4 -XX:GCLogFileSize=100M" +JAVA_OPTS_BASE="-server -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+PrintGCDetails -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=4 -XX:GCLogFileSize=100M -XX:+PrintGCDateStamps" if [ ! -d "${LLAP_DAEMON_HOME}" ]; then echo No LLAP_DAEMON_HOME set, or is not a directory.
