Re:Re: does spark really support label expr like && or || ?

2015-12-16 Thread Allen Zhang
Hi Ted, I have 4 vms(spark-dev, sut-1, sut-2, sut-3): With these commands: 1. yarn rmadmin -addToClusterNodeLabels foo,bar,bye 2. yarn rmadmin -replaceLabelsOnNode spark-dev:54321,foo;yarn rmadmin -replaceLabelsOnNode sut-1:54321,foo, same to sut-2 and sut-3 3. yarn rmadmin -refreshQueues I

Re:Re: does spark really support label expr like && or || ?

2015-12-16 Thread Allen Zhang
yes, I've tried that as well. NOT work at all. any feedback are welcome. Thanks, Allen At 2015-12-16 17:00:42, "Chang Ya-Hsuan" wrote: are you trying to do dataframe boolean expression? please use '&' for 'and', '|' for 'or', '~' for 'not' when building DataFrame boolean expressions.