[
https://issues.apache.org/jira/browse/FLINK-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-2838:
----------------------------------
Labels: stale-major (was: )
> Inconsistent use of URL and Path classes for resources
> ------------------------------------------------------
>
> Key: FLINK-2838
> URL: https://issues.apache.org/jira/browse/FLINK-2838
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Task
> Affects Versions: 0.10.0
> Reporter: Maximilian Michels
> Priority: Major
> Labels: stale-major
>
> Flink uses either Path or URL to point to resources. For example,
> {{JobGraph.addJar}} expects a Path while {{JobWithJars}} expects URLs for
> JARs.
> The URL class requires an explicit file schema (e.g. file://, hdfs://) while
> the Path class expects any kind of well-formed paths. We should make clear
> which one to use for resources.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)