Hi guys,
I recently rebased to the latest trunk and tried to run a sample workflow. In
the new SharelibService.java, and assuming using all default config, when we
try to get the sharelib from DFS in loadShareLibfromDFS(Map<String, List<Path>>
shareLibMap), we will get a null back since there is really no path in the
packaged oozie sharelib that starts with prefix "lib_". Consequently, in
addSystemShareLibForAction() in javaActionExecutor, listOfPaths will be an
empty list and throws an outOfBound exception in the following line with
"listOfPaths.get(0)". And as a result, sample workflow will all fail on this
exception. Puru, or Ryota, do you guys have any thoughts on this or I need to
add more configuration for this?
Bowen