On Wed, Jan 18, 2017 at 1:29 AM, Jacek Laskowski <ja...@japila.pl> wrote: > I'm trying to get the gist of clientMode input parameter for > RpcEnv.create [1]. It is disabled (i.e. false) by default.
"clientMode" means whether the RpcEnv only opens external connections (client) or also accepts incoming connections. From that you should be able to understand why it's true or false in the cases you looked at. -- Marcelo --------------------------------------------------------------------- To unsubscribe e-mail: dev-unsubscr...@spark.apache.org