5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:51:49 +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:
Jarek Jarcec Cecho 2015-02-26 09:02:19 -08:00
parent e92daf2e5e
commit e48b1ec5f6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -192,7 +192,7 @@ public void testHCatImportWithAvroFile() throws Exception {
"dbtable",
"--hcatalog-table",
"table",
"--as-avrofile",
"--as-avrodatafile",
};
try {
SqoopOptions opts = parseImportArgs(args);