You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Akshay Goyal (JIRA)" <ji...@apache.org> on 2014/11/12 07:42:33 UTC

[jira] [Created] (FALCON-887) Support for multiple lib paths in falcon process

Akshay Goyal created FALCON-887:
-----------------------------------

             Summary: Support for multiple lib paths in falcon process
                 Key: FALCON-887
                 URL: https://issues.apache.org/jira/browse/FALCON-887
             Project: Falcon
          Issue Type: New Feature
          Components: process
            Reporter: Akshay Goyal
            Priority: Minor


Cases where I have multiple jobs which use common libraries and also have some libraries specific to each job. There are two options:
1: To use same lib path for all jobs which has all libraries (common and specific). But all the jobs will end up loading all libraries.
2: To use a central lib location for common libraries and another lib location which is specific to the job. 

We can enable this by supporting comma separated lib paths in falcon process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)