mirror of
https://github.com/apache/sqoop.git
synced 2025-05-21 11:21:39 +08:00
SQOOP-231. Typo in sqoop-import man page.
The Sqoop man page for sqoop-import and sqoop-import-all-tables incorrectly specified the option for Avro datafile format as ----as-avrodatafile. Instead it should be --as-avrodatafile. Also included in this change is whitespace fix for build.xml and an addition to .gitignore. From: Arvind Prabhakar <arvind@cloudera.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1150050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
588d20f949
commit
c640823653
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@
|
|||||||
.project
|
.project
|
||||||
.launches
|
.launches
|
||||||
.settings
|
.settings
|
||||||
|
.ant-targets-build.xml
|
||||||
/tags
|
/tags
|
||||||
/build.properties
|
/build.properties
|
||||||
/conf/managers.d
|
/conf/managers.d
|
||||||
|
@ -23,7 +23,7 @@ Import control options
|
|||||||
--append::
|
--append::
|
||||||
Append data to an existing HDFS dataset
|
Append data to an existing HDFS dataset
|
||||||
|
|
||||||
----as-avrodatafile::
|
--as-avrodatafile::
|
||||||
Imports data to Avro Data Files
|
Imports data to Avro Data Files
|
||||||
|
|
||||||
--as-sequencefile::
|
--as-sequencefile::
|
||||||
|
@ -27,7 +27,7 @@ include::common-args.txt[]
|
|||||||
Import control options
|
Import control options
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
----as-avrodatafile::
|
--as-avrodatafile::
|
||||||
Imports data to Avro Data Files
|
Imports data to Avro Data Files
|
||||||
|
|
||||||
--as-sequencefile::
|
--as-sequencefile::
|
||||||
|
Loading…
Reference in New Issue
Block a user