mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 06:21:11 +08:00
SQOOP-2137: Sqoop tests and documentation refer to as-avrofile (instead of as-avrodatafile)
(Mark Grover via Jarek Jarcec Cecho)
This commit is contained in:
parent
e92daf2e5e
commit
e48b1ec5f6
@ -168,7 +168,7 @@ The following Sqoop export and import options are not supported with HCatalog jo
|
|||||||
* +--warehouse-dir+
|
* +--warehouse-dir+
|
||||||
* +--append+
|
* +--append+
|
||||||
* +--as-sequencefile+
|
* +--as-sequencefile+
|
||||||
* +--as-avrofile+
|
* +--as-avrodatafile+
|
||||||
* +--as-parquetfile+
|
* +--as-parquetfile+
|
||||||
|
|
||||||
Ignored Sqoop Options
|
Ignored Sqoop Options
|
||||||
|
@ -192,7 +192,7 @@ public void testHCatImportWithAvroFile() throws Exception {
|
|||||||
"dbtable",
|
"dbtable",
|
||||||
"--hcatalog-table",
|
"--hcatalog-table",
|
||||||
"table",
|
"table",
|
||||||
"--as-avrofile",
|
"--as-avrodatafile",
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
SqoopOptions opts = parseImportArgs(args);
|
SqoopOptions opts = parseImportArgs(args);
|
||||||
|
Loading…
Reference in New Issue
Block a user