From e48b1ec5f64cd3f614e2c5a34f6301e5c58fdfda Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Thu, 26 Feb 2015 09:02:19 -0800 Subject: [PATCH] SQOOP-2137: Sqoop tests and documentation refer to as-avrofile (instead of as-avrodatafile) (Mark Grover via Jarek Jarcec Cecho) --- src/docs/user/hcatalog.txt | 2 +- src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/user/hcatalog.txt b/src/docs/user/hcatalog.txt index 98f4ac5b..99ae4f57 100644 --- a/src/docs/user/hcatalog.txt +++ b/src/docs/user/hcatalog.txt @@ -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 diff --git a/src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java b/src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java index ec60c9fc..d33d4569 100644 --- a/src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java +++ b/src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java @@ -192,7 +192,7 @@ public void testHCatImportWithAvroFile() throws Exception { "dbtable", "--hcatalog-table", "table", - "--as-avrofile", + "--as-avrodatafile", }; try { SqoopOptions opts = parseImportArgs(args);