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

Vinod K V updated MAPREDUCE-572:
--------------------------------

          Status: Patch Available  (was: Open)
    Hadoop Flags: [Reviewed]

+1 for the latest patch. Running it through Hudson. It seems to have lost its 
sanity of late, showing wierdness towards patch runs for e.g. 
[here|https://issues.apache.org/jira/browse/MAPREDUCE-913?focusedCommentId=12873939&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12873939],
 but trying anyways..

> If #link is missing from uri format of -cacheArchive then streaming does not 
> throw error.
> -----------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-572
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-572
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Karam Singh
>            Assignee: Amareshwari Sriramadasu
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: patch-572-1.txt, patch-572-2.txt, patch-572.txt
>
>
> Ran hadoop streaming command as -:
> bin/hadoop jar contrib/streaming/hadoop-*-streaming.jar -input in -output out 
> -mapper "xargs cat"  -reducer "bin/cat" -cahceArchive hdfs://h:p/pathofJarFile
> Streaming submits job to jobtracker and map fails.
> For similar with -cacheFile -:
> bin/hadoop jar contrib/streaming/hadoop-*-streaming.jar -input in -output out 
> -mapper "xargs cat"  -reducer "bin/cat" -cahceFile hdfs://h:p/pathofFile
> followinng error is repoerted back -:
> [
> You need to specify the uris as hdfs://host:port/#linkname,Please specify a 
> different link name for all of your caching URIs
> ]
> Streaming should check about present #link after uri of cacheArchive and 
> should throw proper error .

-- 
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