Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2838

Inconsistent use of URL and Path classes for resources

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mxm Maximilian Michels
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: