Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
songrgg committed Mar 12, 2018
1 parent b00d8f6 commit 48664cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ as JSON, and construct an insertion SQL `INSERT INTO test(field1, field2) VALUES
agent1.sinks.k1.type = com.wallstreetcn.flume.JDBCSink
agent1.sinks.k1.driver = com.mysql.jdbc.Driver
agent1.sinks.k1.connectionURL = jdbc:mysql://mysql-address/test
agent1.sinks.k1.mapping = field1:body.app_id,field2:header.field2
agent1.sinks.k1.mapping = field1:body.field1,field2:header.field2
agent1.sinks.k1.user = root
agent1.sinks.k1.password = root
agent1.sinks.k1.table = test
Expand Down

0 comments on commit 48664cb

Please sign in to comment.