You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Dennis Kubes (JIRA)" <ji...@apache.org> on 2008/09/24 05:45:44 UTC

[jira] Created: (HADOOP-4255) Allow streaming to have a libjars option

Allow streaming to have a libjars option
----------------------------------------

                 Key: HADOOP-4255
                 URL: https://issues.apache.org/jira/browse/HADOOP-4255
             Project: Hadoop Core
          Issue Type: Improvement
          Components: contrib/streaming
    Affects Versions: 0.20.0
         Environment: All
            Reporter: Dennis Kubes
            Assignee: Dennis Kubes
             Fix For: 0.20.0


StreamingJob does not currently allow a libjars option although it does have comparable options for file -> cacheFile and archive -> cacheArchive.  This improvement adds a libjars option to the StreamJob which takes a comma separated list of jars to include in the streaming job.  Jars are unjarred and added to the classes of the streaming job.

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


[jira] Resolved: (HADOOP-4255) Allow streaming to have a libjars option

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu resolved HADOOP-4255.
---------------------------------------------

    Resolution: Won't Fix

Streaming already has -libjars option available through HADOOP-3743. And HADOOP-3570 adds the libjars to client side class path.

> Allow streaming to have a libjars option
> ----------------------------------------
>
>                 Key: HADOOP-4255
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4255
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.20.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4255-20080923-1.patch
>
>
> StreamingJob does not currently allow a libjars option although it does have comparable options for file -> cacheFile and archive -> cacheArchive.  This improvement adds a libjars option to the StreamJob which takes a comma separated list of jars to include in the streaming job.  Jars are unjarred and added to the classes of the streaming job.

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


[jira] Updated: (HADOOP-4255) Allow streaming to have a libjars option

Posted by "Dennis Kubes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kubes updated HADOOP-4255:
---------------------------------

    Attachment: HADOOP-4255-20080923-1.patch

Simple patch.  Adds libjars option to streaming jobs.  Takes a comma separated string of jars to include.  Jars are unjarred and included in the streaming job per the current streaming unjar functionality.  Jars are NOT checked to ensure they are compressed zip/jar files.

> Allow streaming to have a libjars option
> ----------------------------------------
>
>                 Key: HADOOP-4255
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4255
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.20.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4255-20080923-1.patch
>
>
> StreamingJob does not currently allow a libjars option although it does have comparable options for file -> cacheFile and archive -> cacheArchive.  This improvement adds a libjars option to the StreamJob which takes a comma separated list of jars to include in the streaming job.  Jars are unjarred and added to the classes of the streaming job.

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