5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 03:29:26 +08:00

spelling mistake

This commit is contained in:
hao.lh 2021-04-08 10:33:14 +08:00
parent f8beae32a0
commit 10aed08486
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ other internal tool. They will also get listed in the tools when you run
BaseSqoopTool - Base class for User defined Tools BaseSqoopTool - Base class for User defined Tools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BaseSqoopTool is the base class for all Sqoop Tools. If you want to develop BaseSqoopTool is the base class for all Sqoop Tools. If you want to develop
a cusom tool, you need to inherit your tool from BaseSqoopTool and override a custom tool, you need to inherit your tool from BaseSqoopTool and override
the following methods: the following methods:
- +public int run(SqoopOptions options)+ : This is the main method for the - +public int run(SqoopOptions options)+ : This is the main method for the

View File

@ -18,7 +18,7 @@
This is the index of all accepted SIPs: This is the index of all accepted SIPs:
* SIP-1 Providing multiple entry-points into Sqoop * SIP-1 Providing multiple entry-points into Sqoop
* SIP-2 Sqoop 1.0 release criteria and maintenence policy * SIP-2 Sqoop 1.0 release criteria and maintenance policy
* SIP-3 File format for large object (LOB) storage * SIP-3 File format for large object (LOB) storage
* SIP-4 Public API for Sqoop v1.0.0 * SIP-4 Public API for Sqoop v1.0.0
* SIP-6 Reusable Jobs for Sqoop Operations * SIP-6 Reusable Jobs for Sqoop Operations