[ https://issues.apache.org/jira/browse/BEAM-8113?focusedWorklogId=307465&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307465 ]
ASF GitHub Bot logged work on BEAM-8113: ---------------------------------------- Author: ASF GitHub Bot Created on: 05/Sep/19 21:54 Start Date: 05/Sep/19 21:54 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-528605188 @lukecwik sure ... the related code goes apparently through kinda rapid development, as there are more and more uses of the modified method in core. Essentially, that was a sort of why I wanted to keep that in flink runner code only. But if we want to solve the issues for all runners, then it should be placed in core, but that will probably make this PR more complicated to merge. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 307465) Time Spent: 7h (was: 6h 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: 7h > 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)