8000 --libjar option · Issue #198 · Yelp/mrjob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
--libjar option #198
Closed
Closed
@irskep

Description

@irskep

Currently, using -libjars requires something like this:

--bootstrap-file myjar.jar --bootstrap-cmd 'cp myjar.jar /home/hadoop/myjar.jar' --hadoop-arg -libjars --hadoop-arg /home/hadoop/myjar.jar

It would be nice if we could do this instead:

--libjar myjar.jar

mrjob would:

  • Upload the file like the other bootstrap files
  • Copy it to a unique location like /tmp/myjar-235324.jar
  • Add the appropriate -libjars argument to StreamingStep.step_args

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0