Re: [SPARK-16654][CORE][WIP] Add UI coverage for Application Level Blacklisting

2016-11-22 Thread Jose Soltren
Hi Reynold - Alright, if that makes things easier, here is the same patch set against Imran's squito:blacklist-SPARK-8425 branch. https://github.com/squito/spark/pull/6 Cheers, --José On Mon, Nov 21, 2016 at 10:22 PM, Reynold Xin wrote: > You can submit a pull request against Imran's branch fo

Re: [SPARK-16654][CORE][WIP] Add UI coverage for Application Level Blacklisting

2016-11-21 Thread Reynold Xin
You can submit a pull request against Imran's branch for the pull request. On Mon, Nov 21, 2016 at 7:33 PM Jose Soltren wrote: > Hi - I'm proposing a patch set for UI coverage of Application Level > Blacklisting: > > https://github.com/jsoltren/spark/pull/1 > > This patch set builds on top of Im