[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amareshwari Sriramadasu moved HADOOP-6739 to MAPREDUCE-1746:
------------------------------------------------------------

    Project: Hadoop Map/Reduce  (was: Hadoop Common)
        Key: MAPREDUCE-1746  (was: HADOOP-6739)

> DistributedCache add(File|Archive)ToClassPath should only use FileSystem if 
> path is not fully qualified
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1746
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1746
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Alejandro Abdelnur
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to