mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 19:02:36 +08:00
SQOOP-2884: Document --temporary-rootdir
(Markus Kemper via Kate Ting)
This commit is contained in:
parent
7808c6bc3e
commit
c8f9beec1d
@ -49,6 +49,11 @@ include::import-common-args.txt[]
|
|||||||
--table (table-name)::
|
--table (table-name)::
|
||||||
The table to import
|
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)::
|
--where (clause)::
|
||||||
Import only the rows for which _clause_ is true.
|
Import only the rows for which _clause_ is true.
|
||||||
e.g.: `--where "user_id > 400 AND hidden == 0"`
|
e.g.: `--where "user_id > 400 AND hidden == 0"`
|
||||||
|
@ -82,6 +82,7 @@ Argument Description
|
|||||||
+--split-by <col>+ option.
|
+--split-by <col>+ option.
|
||||||
+\--table <table-name>+ Table to read
|
+\--table <table-name>+ Table to read
|
||||||
+\--target-dir <dir>+ HDFS destination dir
|
+\--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
|
+\--warehouse-dir <dir>+ HDFS parent for table destination
|
||||||
+\--where <where clause>+ WHERE clause to use during import
|
+\--where <where clause>+ WHERE clause to use during import
|
||||||
+-z,\--compress+ Enable compression
|
+-z,\--compress+ Enable compression
|
||||||
|
Loading…
Reference in New Issue
Block a user