[
https://issues.apache.org/jira/browse/BEAM-8113?focusedWorklogId=303773&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-303773
]
ASF GitHub Bot logged work on BEAM-8113:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Aug/19 15:47
Start Date: 29/Aug/19 15:47
Worklog Time Spent: 10m
Work Description: je-ik commented on issue #9451: [BEAM-8113] Stage files
from context classloader
URL: https://github.com/apache/beam/pull/9451#issuecomment-526246737
@mxm I think this can be merged. My intention was to enable the auto staging
feature to work on JDK >= 9 (if user supplied URLClassLoader in context
classloader). The problem is, unfortunately, that local flink runner does not
use the context classloader (not sure why, still looking into that), but this
PR seems to me to be valid on its own. If the user creates some context
classloader before submitting the pipeline, we can do our best to retrieve as
many dependencies as possible.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 303773)
Time Spent: 1h (was: 50m)
> FlinkRunner: Stage files from context classloader
> -------------------------------------------------
>
> Key: BEAM-8113
> URL: https://issues.apache.org/jira/browse/BEAM-8113
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Jan Lukavský
> Assignee: Jan Lukavský
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently, only files from {{FlinkRunner.class.getClassLoader()}} are staged
> by default. Add also files from
> {{Thread.currentThread().getContextClassLoader()}}.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)