[
https://issues.apache.org/jira/browse/FLINK-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328967#comment-17328967
]
Flink Jira Bot commented on FLINK-2838:
---------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> 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)