Re: HADOOP-13410

2016-08-09 Thread Sangjin Lee
I just tested a simple service loader with the patch and it works fine even if the jar is not in the classpath. On Tue, Aug 9, 2016 at 10:41 AM, Sangjin Lee wrote: > It uses ClassLoader.getResources() so there shouldn't be anything specific > to the form of the resource (jar

Re: HADOOP-13410

2016-08-09 Thread Sangjin Lee
It uses ClassLoader.getResources() so there shouldn't be anything specific to the form of the resource (jar or not). But I'll test it later. On Tue, Aug 9, 2016 at 9:06 AM, Sean Busbey wrote: > ServiceLoader API stuff won't load out of the unpacked version, right? > > On

Re: HADOOP-13410

2016-08-09 Thread Sean Busbey
ServiceLoader API stuff won't load out of the unpacked version, right? On Tue, Aug 9, 2016 at 11:00 AM, Sangjin Lee wrote: > I'd like to get feedback from the community (especially those who might > remember this) on HADOOP-13410: >