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
|
||||
.launches
|
||||
.settings
|
||||
.ant-targets-build.xml
|
||||
/tags
|
||||
/build.properties
|
||||
/conf/managers.d
|
||||
|
@ -472,7 +472,7 @@
|
||||
</condition>
|
||||
</target>
|
||||
|
||||
<target name="test-prep-normal" unless="thirdparty_or_manual"
|
||||
<target name="test-prep-normal" unless="thirdparty_or_manual"
|
||||
depends="test-eval-condition">
|
||||
<!-- Set this to run all the "standard" tests -->
|
||||
<property name="test.pattern" value="Test*" />
|
||||
|
@ -23,7 +23,7 @@ Import control options
|
||||
--append::
|
||||
Append data to an existing HDFS dataset
|
||||
|
||||
----as-avrodatafile::
|
||||
--as-avrodatafile::
|
||||
Imports data to Avro Data Files
|
||||
|
||||
--as-sequencefile::
|
||||
|
@ -27,7 +27,7 @@ include::common-args.txt[]
|
||||
Import control options
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
----as-avrodatafile::
|
||||
--as-avrodatafile::
|
||||
Imports data to Avro Data Files
|
||||
|
||||
--as-sequencefile::
|
||||
|
Loading…
Reference in New Issue
Block a user