8000 add put() method to fs · Issue #1977 · Yelp/mrjob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
add put() method to fs #1977
Closed
Closed
@coyotemarin

Description

@coyotemarin

Every runner has some way of uploading local files to the filesystem, but mrjob.fs.base.Filesystem doesn't provide a consistent interface (it's basically read-only).

The Spark runner (see #1940) actually needs this because it supports all the filesystems. We just need to be able to upload a local file to a remote URI (no recursive behavior necessary).

GCSFilesystem already has a put() method, so we should follow that interface.

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