-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4677/
-----------------------------------------------------------
Review request for Flume.
Summary
-------
Modified the implementation to deprecate the old form of configuration keys for
JDBC channel. The new form takes precedence if both types are present.
This addresses bug FLUME-1107.
https://issues.apache.org/jira/browse/FLUME-1107
Diffs
-----
/trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java
1310683
/trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.java
1310683
Diff: https://reviews.apache.org/r/4677/diff
Testing
-------
Ran JDBC channel unit tests with the deprecated old form of configuration keys.
Updated the tests to use the new form and tested as well.
Thanks,
Arvind