[Deploy] Should we make spark-daemon.sh busybox compatible?

2017-07-10 Thread jhereth
Hi, working on a dockerized Spark deployment I noticed the script sbin/spark-daemon.sh does not play nice with busybox. The call "ps -p " [1] and the syntax "nohup -- " [2] do not work with busybox. Using an alpine based setup [1] requires installing the procps package (400KB installed size)

Re: upgrade Roxygen2 to 5.0.0

2017-07-10 Thread shane knapp
...and done. On Mon, Jul 10, 2017 at 11:36 AM, shane knapp wrote: > see: https://issues.apache.org/jira/browse/SPARK-21367 > > i'm doing this now, and it shouldn't interrupt any running builds. > > shane - To unsubscribe e-mail

upgrade Roxygen2 to 5.0.0

2017-07-10 Thread shane knapp
see: https://issues.apache.org/jira/browse/SPARK-21367 i'm doing this now, and it shouldn't interrupt any running builds. shane - To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Re: upgrade Roxygen2 to 5.0.0

2017-07-10 Thread shane knapp
reverting On Mon, Jul 10, 2017 at 11:37 AM, shane knapp wrote: > ...and done. > > On Mon, Jul 10, 2017 at 11:36 AM, shane knapp wrote: >> see: https://issues.apache.org/jira/browse/SPARK-21367 >> >> i'm doing this now, and it shouldn't interrupt any running builds. >> >> shane