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