Re: spark driver in docker

2016-03-05 Thread Timothy Chen
what ports need to be exposed. With mesos we had a lot of problems with >> container networking but yes the --net=host is a shortcut. >> >> Tamas >> >> >> >>> On 4 March 2016 at 22:37, yanlin wang wrote: >>> We would like to run multiple spark d

Re: spark driver in docker

2016-03-05 Thread Mailing List
e exposed. With mesos we had a lot of problems with > container networking but yes the --net=host is a shortcut. > > Tamas > > > >> On 4 March 2016 at 22:37, yanlin wang wrote: >> We would like to run multiple spark driver in docker container. Any >> sugg

Re: spark driver in docker

2016-03-05 Thread Tamas Szuromi
ple spark driver in docker container. Any > suggestion for the port expose and network settings for docker so driver is > reachable by the worker nodes? —net=“hosts” is the last thing we want to do. > > Thx > Yanlin > -

spark driver in docker

2016-03-04 Thread yanlin wang
We would like to run multiple spark driver in docker container. Any suggestion for the port expose and network settings for docker so driver is reachable by the worker nodes? —net=“hosts” is the last thing we want to do. Thx Yanlin