Repository: sqoop Updated Branches: refs/heads/sqoop2 46c9f01fc -> 1b9f7b116
Sqoop2: Kite connector documention note on dataset URIs (Dian Fu via Qian Xu) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/1b9f7b11 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/1b9f7b11 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/1b9f7b11 Branch: refs/heads/sqoop2 Commit: 1b9f7b116b675be50500fcc71fb80899a8354cd1 Parents: 46c9f01 Author: Qian Xu <[email protected]> Authored: Mon Sep 7 14:05:48 2015 +0800 Committer: Qian Xu <[email protected]> Committed: Mon Sep 7 14:05:48 2015 +0800 ---------------------------------------------------------------------- docs/src/site/sphinx/Connectors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/1b9f7b11/docs/src/site/sphinx/Connectors.rst ---------------------------------------------------------------------- diff --git a/docs/src/site/sphinx/Connectors.rst b/docs/src/site/sphinx/Connectors.rst index 41571ba..78467aa 100644 --- a/docs/src/site/sphinx/Connectors.rst +++ b/docs/src/site/sphinx/Connectors.rst @@ -429,7 +429,7 @@ Inputs associated with the Job configuration for the FROM direction include: **Notes** ========= -1. The URI and the authority from the link configuration will be merged to create a complete dataset URI internally. +1. The URI and the authority from the link configuration will be merged to create a complete dataset URI internally. If the given dataset URI contains authority, the authority from the link configuration will be ignored. 2. Only *hdfs* and *hive* are supported currently. **TO Job Configuration** @@ -450,7 +450,7 @@ Inputs associated with the Job configuration for the TO direction include: **Notes** ========= -1. The URI and the authority from the link configuration will be merged to create a complete dataset URI internally. +1. The URI and the authority from the link configuration will be merged to create a complete dataset URI internally. If the given dataset URI contains authority, the authority from the link configuration will be ignored. 2. Only *hdfs* and *hive* are supported currently. -----------
