Re: Creating TaskLocationHints

2015-09-11 Thread Hitesh Shah
> thanks > — Hitesh > > On Sep 10, 2015, at 12:43 AM, Raajay wrote: > > > While creating TaskLocationHints, using the static function > > > > TaskLocationHint.createTaskLocationHint(Set nodes, Set > > racks) > > > > what should the Strings be ? IP address of the nodes ? Node labels ? Or > > hostnames ? > > > > Thanks > > Raajay > >

Re: Creating TaskLocationHints

2015-09-11 Thread Raajay
yet introduced support for working with > application-level YARN node labels. > > thanks > — Hitesh > > On Sep 10, 2015, at 12:43 AM, Raajay wrote: > > > While creating TaskLocationHints, using the static function > > > > TaskLocationHint.createTaskLocationHint

Re: Creating TaskLocationHints

2015-09-10 Thread Hitesh Shah
application-level YARN node labels. thanks — Hitesh On Sep 10, 2015, at 12:43 AM, Raajay wrote: > While creating TaskLocationHints, using the static function > > TaskLocationHint.createTaskLocationHint(Set nodes, Set racks) > > what should the Strings be ? IP address of the nodes ? N

Creating TaskLocationHints

2015-09-10 Thread Raajay
While creating TaskLocationHints, using the static function TaskLocationHint.createTaskLocationHint(Set nodes, Set racks) what should the Strings be ? IP address of the nodes ? Node labels ? Or hostnames ? Thanks Raajay