5
0
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:
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+ * +--warehouse-dir+
* +--append+ * +--append+
* +--as-sequencefile+ * +--as-sequencefile+
* +--as-avrofile+ * +--as-avrodatafile+
* +--as-parquetfile+ * +--as-parquetfile+
Ignored Sqoop Options Ignored Sqoop Options

View File

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