mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 19:31:59 +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+
|
||||
* +--append+
|
||||
* +--as-sequencefile+
|
||||
* +--as-avrofile+
|
||||
* +--as-avrodatafile+
|
||||
* +--as-parquetfile+
|
||||
|
||||
Ignored Sqoop Options
|
||||
|
@ -192,7 +192,7 @@ public void testHCatImportWithAvroFile() throws Exception {
|
||||
"dbtable",
|
||||
"--hcatalog-table",
|
||||
"table",
|
||||
"--as-avrofile",
|
||||
"--as-avrodatafile",
|
||||
};
|
||||
try {
|
||||
SqoopOptions opts = parseImportArgs(args);
|
||||
|
Loading…
Reference in New Issue
Block a user