Skip to content

Commit

Permalink
[HADOOPPF-20466] fix gc log name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Graves committed Jul 10, 2017
1 parent 5f3d0ee commit 23ab98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ypackage/conf/spark-env-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

if [ -z ${spark_history_gc_log_dir} ]
then
spark_gc_log_file_formatted="-Xloggc:/home/gs/var/log/mapred/gc-sparkhistoryserver.log-`date +'%Y%m%d%H%M'`"
spark_gc_log_file_formatted="-Xloggc:/home/gs/var/log/mapred/gc-sparkhistoryserver.log-\`date +'%Y%m%d%H%M'\`"
fi
spark_all_history_gc_opts="${spark_history_gc_opts} ${spark_gc_log_file_formatted}"

Expand Down

0 comments on commit 23ab98f

Please sign in to comment.