Repository: sqoop Updated Branches: refs/heads/branch-1.99.5 628ba83d6 -> 27a104412
1 SQOOP-2100: Sqoop2: Connectors documentation is malformed (Abraham Elmahrek 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/27a10441 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/27a10441 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/27a10441 Branch: refs/heads/branch-1.99.5 Commit: 27a1044120c2c96019267b13e82f5c754b908f85 Parents: 628ba83 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Feb 11 17:35:29 2015 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Feb 11 17:35:51 2015 -0800 ---------------------------------------------------------------------- docs/src/site/sphinx/Connectors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/27a10441/docs/src/site/sphinx/Connectors.rst ---------------------------------------------------------------------- diff --git a/docs/src/site/sphinx/Connectors.rst b/docs/src/site/sphinx/Connectors.rst index f67e187..7b12016 100644 --- a/docs/src/site/sphinx/Connectors.rst +++ b/docs/src/site/sphinx/Connectors.rst @@ -74,7 +74,7 @@ Inputs associated with the Job configuration for the FROM direction include: | | | *Optional*. See note below. | | +-----------------------------+---------+-------------------------------------------------------------------------+---------------------------------------------+ | Table SQL statement | String | The SQL statement used to perform a **free form query**. | ``SELECT COUNT(*) FROM test ${CONDITIONS}`` | -| | | *Optional*. See notes below. | | +| | | *Optional*. See notes below. | | +-----------------------------+---------+-------------------------------------------------------------------------+---------------------------------------------+ | Table column names | String | Columns to extract from the JDBC data source. | col1,col2 | | | | *Optional* Comma separated list of columns. | |
