0

I'm trying to integrate writing data in from a Cascading source into MySQL so I wonder if there's an easy sink available to take the tab delimited data that's coming from the source and just doing a couple SQL statements to update a table.

I'm new to Cascading so I'd love any help here!

4

1 回答 1

1

There's a project on Github, which is a set of Cascading (version 2.2 and above) Taps and Schemes which interact with RDBMS systems via JDBC. Hope it helps https://github.com/Cascading/cascading-jdbc.

于 2013-10-16T15:07:16.690 回答