Skip to content

Commit

Permalink
Merge pull request apache#164 from hadoop/HADOOPPF-20466
Browse files Browse the repository at this point in the history
[HADOOPPF-20466] fix gc log name
  • Loading branch information
Dhruve Ashar authored and GitHub Enterprise committed Jul 10, 2017
2 parents 564c9fb + 23ab98f commit 2929713
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 @@ -31,7 +31,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 2929713

Please sign in to comment.