Repository: sqoop
Updated Branches:
refs/heads/sqoop2 f07b3506e -> 116ed9644
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/116ed964
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/116ed964
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/116ed964
Branch: refs/heads/sqoop2
Commit: 116ed9644427f67eea3dd5b70bc16c7fdd2b18f7
Parents: f07b350
Author: Jarek Jarcec Cecho <jarcec@apache.org>
Authored: Wed Feb 11 17:35:29 2015 -0800
Committer: Jarek Jarcec Cecho <jarcec@apache.org>
Committed: Wed Feb 11 17:35:29 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/116ed964/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.
| |
|