GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/3931

    [FLINK-6031][yarn] Add config parameter for user-jar inclusion in cla…

    This PR adds a config parameter to control how user-jars are being handled 
in regards ot the system class path for per-job yarn clusters.
    
    The parameter allows:
    * to disable the inclusion in the system classpath and use the user 
classpath instead ("DISABLE")
    * prepend the user jars to the system class path ("FIRST")
    * append the user jars to the system class path ("LAST")
    * (default) add the user jars to the system class path based on the 
lexicographic order ("ORDER")

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 6031_yarn_userjars

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3931.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3931
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to