Updated Branches: refs/heads/sqoop2 ae31799a1 -> 3ea5145a9
SQOOP-871: Connector-level job-specific prop gives wrong help msg (Will McQueen via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/3ea5145a Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/3ea5145a Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/3ea5145a Branch: refs/heads/sqoop2 Commit: 3ea5145a965a31e8251cad706af06d3cecc92733 Parents: ae31799 Author: Jarek Jarcec Cecho <[email protected]> Authored: Fri Feb 8 19:56:39 2013 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Fri Feb 8 19:56:39 2013 -0800 ---------------------------------------------------------------------- .../generic-jdbc-connector-resources.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/3ea5145a/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties ---------------------------------------------------------------------- diff --git a/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties b/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties index 6512f29..6ab4296 100644 --- a/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties +++ b/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties @@ -47,11 +47,11 @@ connection.jdbcProperties.label = JDBC Connection Properties connection.jdbcProperties.help = Enter any JDBC properties that should be \ supplied during the creation of connection. -# Table From +# Table Form # table.label = Database configuration table.help = You must supply the information requested in order to create \ - a connection object. + a job object. # Table name table.tableName.label = Table name
