Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1746

DistributedCache add(File|Archive)ToClassPath should only use FileSystem if path is not fully qualified

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • distributed-cache
    • None

    Description

      Currently setting a file/archive in the DistributedCache classpath creates a FileSystem instance to fully qualify the path, even if the path given is already fully qualified.

      This forces a connection to the cluster.

      The methods should check if the path is already fully qualified and if so it should not create a FileSystem instance and try to qualify the path.

      This would allow creating a jobconf in disconnected mode until submission time.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: