You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ch...@apache.org on 2012/10/02 03:21:23 UTC

git commit: SQOOP-617 User guide is missing argument --fetch-size

Updated Branches:
  refs/heads/trunk 4a26d0905 -> e57ae6aa9


SQOOP-617 User guide is missing argument --fetch-size

(Jarek Jarcec Cecho via Cheolsoo Park)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/e57ae6aa
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/e57ae6aa
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/e57ae6aa

Branch: refs/heads/trunk
Commit: e57ae6aa9e9f04fb9047fb4521fca08f2245a918
Parents: 4a26d09
Author: Cheolsoo Park <ch...@apache.org>
Authored: Mon Oct 1 18:20:55 2012 -0700
Committer: Cheolsoo Park <ch...@apache.org>
Committed: Mon Oct 1 18:20:55 2012 -0700

----------------------------------------------------------------------
 src/docs/user/import.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/e57ae6aa/src/docs/user/import.txt
----------------------------------------------------------------------
diff --git a/src/docs/user/import.txt b/src/docs/user/import.txt
index deddb1a..e37d1ab 100644
--- a/src/docs/user/import.txt
+++ b/src/docs/user/import.txt
@@ -63,6 +63,8 @@ Argument                          Description
 +\--direct+                       Use direct import fast path
 +\--direct-split-size <n>+        Split the input stream every 'n' bytes\
                                   when importing in direct mode
++\--fetch-size <n>+               Number of entries to read from database\
+                                  at once.
 +\--inline-lob-limit <n>+         Set the maximum size for an inline LOB
 +-m,\--num-mappers <n>+           Use 'n' map tasks to import in parallel
 +-e,\--query <statement>+         Import the results of '+statement+'.