Skip to content

[Feature Request] JDBCTap that can run in Local mode #22

@amatsukawa

Description

@amatsukawa

Currently JDBCTap is defined as Tap<JobConf, RecordReader, OutputCollector> which is incompatible with Cascading's local mode, which uses java.util.Properties rather than org.apache.hadoop.mapred.JobConf.

It would be useful to run cascading-jdbc in local mode, for a number of reasons, such as

  1. Testing. For example we would like to unit test our JDBC integration in Scalding, but not able to execute in local mode makes it impractical.
  2. Small jobs. During development, or production, it may be useful to execute a job in local mode that can nevertheless connect to DBs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions