On Wed, Dec 16, 2015 at 6:31 PM, Allen Zhang <[email protected]> wrote: > so , my question is does the spark.yarn.executor.nodeLabelExpression and > spark.yarn.am.nodeLabelExpression really support "EXPRESSION" like and &&, > or ||, or even ! and so on.
Spark doesn't do anything with those values except pass them to YARN. So if you don't see any errors / warnings from the Spark side saying the feature is not supported by your client libraries, you're probably running into some issue with YARN. Try checking the YARN RM logs. -- Marcelo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
