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)
...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
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
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