[
https://issues.apache.org/jira/browse/GOBBLIN-2162?focusedWorklogId=939228&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-939228
]
ASF GitHub Bot logged work on GOBBLIN-2162:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 21/Oct/24 15:17
Start Date: 21/Oct/24 15:17
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #4062:
URL: https://github.com/apache/gobblin/pull/4062
Issue Time Tracking
-------------------
Worklog Id: (was: 939228)
Remaining Estimate: 0h
Time Spent: 10m
> Ensure that YARN cache only loads in jars that were uploaded by the prior App
> Launcher
> --------------------------------------------------------------------------------------
>
> Key: GOBBLIN-2162
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2162
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: William Lo
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When Gobblin launches a YARN app, if the cache is enabled it will load all
> the jars stored in the cache into the classpath.
> This can be problematic as jars that persisted from older versions of jars or
> other executions may clobber the classpath, adding jars that are not needed
> or jars that interfere with the current jars.
> We want to ensure that only the jars that were intended to be uploaded by the
> GobblinYarnAppLauncher are the only jars that are loaded into the classpath
> from the shared cache.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)