Description
Trying to make the VFS classloading stuff work and it doesn't seem like ServiceLoader is finding any of the KeywordExecutable implementations.
Best I can tell after looking into this, VFSClassLoader (created by AccumuloVFSClassLoader) has all of the jars listed as resources, but when ServiceLoader tries to find the META-INF/services definitions, it returns nothing, and thus we think the keyword must be a class name. Seems like a commons-vfs bug.
Attachments
Issue Links
- depends upon
-
ACCUMULO-3470 Upgrade to Commons VFS 2.1
- Resolved
- is blocked by
-
ACCUMULO-4341 ServiceLoader deadlock with classes loaded from HDFS
- Resolved
- is broken by
-
VFS-500 VFSClassLoader.findResources missing
- Reopened
- relates to
-
ACCUMULO-3783 Unexpected Filesystem Closed exceptions
- Resolved