[GitHub] [spark] yaooqinn commented on a change in pull request #28580: [SPARK-31759][Deploy] Support configurable max number of rotate logs for spark daemons

2020-05-20 Thread GitBox
yaooqinn commented on a change in pull request #28580: URL: https://github.com/apache/spark/pull/28580#discussion_r427891086 ## File path: sbin/spark-daemon.sh ## @@ -74,10 +75,13 @@ shift spark_rotate_log () { log=$1; -num=5; -if [ -n "$2" ]; then -

[GitHub] [spark] yaooqinn commented on a change in pull request #28580: [SPARK-31759][Deploy] Support configurable max number of rotate logs for spark daemons

2020-05-20 Thread GitBox
yaooqinn commented on a change in pull request #28580: URL: https://github.com/apache/spark/pull/28580#discussion_r427884788 ## File path: sbin/spark-daemon.sh ## @@ -74,10 +75,13 @@ shift spark_rotate_log () { log=$1; -num=5; -if [ -n "$2" ]; then -

[GitHub] [spark] yaooqinn commented on a change in pull request #28580: [SPARK-31759][Deploy] Support configurable max number of rotate logs for spark daemons

2020-05-19 Thread GitBox
yaooqinn commented on a change in pull request #28580: URL: https://github.com/apache/spark/pull/28580#discussion_r427699845 ## File path: sbin/spark-daemon.sh ## @@ -74,10 +75,13 @@ shift spark_rotate_log () { log=$1; -num=5; -if [ -n "$2" ]; then -