5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 07:11:02 +08:00

SQOOP-2884: Document --temporary-rootdir

(Markus Kemper via Kate Ting)
This commit is contained in:
Kate Ting 2016-08-09 17:46:40 -07:00
parent 7808c6bc3e
commit c8f9beec1d
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,11 @@ include::import-common-args.txt[]
--table (table-name)::
The table to import
--temporary-rootdir (path)::
Set location of temporary directory for files created during import (overrides default path "_sqoop")
This option only applies to the "import" command with "--append" or "--incremental lastmodified"
This option has the same affect as using -Dsqoop.test.import.rootDir=<path>
--where (clause)::
Import only the rows for which _clause_ is true.
e.g.: `--where "user_id > 400 AND hidden == 0"`

View File

@ -82,6 +82,7 @@ Argument Description
+--split-by <col>+ option.
+\--table <table-name>+ Table to read
+\--target-dir <dir>+ HDFS destination dir
+\--temporary-rootdir <dir>+ HDFS directory for temporary files created during import (overrides default "_sqoop")
+\--warehouse-dir <dir>+ HDFS parent for table destination
+\--where <where clause>+ WHERE clause to use during import
+-z,\--compress+ Enable compression