5
0
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:
Andrew Bayer 2011-07-22 20:04:41 +00:00
parent 588d20f949
commit c640823653
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
.project
.launches
.settings
.ant-targets-build.xml
/tags
/build.properties
/conf/managers.d

View File

@ -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*" />

View File

@ -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::

View File

@ -27,7 +27,7 @@ include::common-args.txt[]
Import control options
~~~~~~~~~~~~~~~~~~~~~~
----as-avrodatafile::
--as-avrodatafile::
Imports data to Avro Data Files
--as-sequencefile::