From 10aed08486135b164ad91544ecfb45ecc6908d45 Mon Sep 17 00:00:00 2001 From: "hao.lh" Date: Thu, 8 Apr 2021 10:33:14 +0800 Subject: [PATCH] spelling mistake --- src/docs/dev/plugin-arch.txt | 4 ++-- src/docs/sip/INDEX.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/dev/plugin-arch.txt b/src/docs/dev/plugin-arch.txt index 11e3c6e4..d095d298 100644 --- a/src/docs/dev/plugin-arch.txt +++ b/src/docs/dev/plugin-arch.txt @@ -21,7 +21,7 @@ Developing Sqoop Plugins ------------------------ Sqoop allows users to develop their own plugins. Users can develop their plugins as separate jars, deploy them in $SQOOP_LIB and register with -sqoop. Infact, Sqoop architecture is a plugin based architecture and all +sqoop. In fact, Sqoop architecture is a plugin based architecture and all the internal tools like import, export, merge etc are also supported as tool plugins. Users can also develop their own custom tool plugins. Once deployed and registered with sqoop, these plugins will work like any @@ -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 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: - +public int run(SqoopOptions options)+ : This is the main method for the diff --git a/src/docs/sip/INDEX.txt b/src/docs/sip/INDEX.txt index 876fd6e9..ae243429 100644 --- a/src/docs/sip/INDEX.txt +++ b/src/docs/sip/INDEX.txt @@ -18,7 +18,7 @@ This is the index of all accepted SIPs: * 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-4 – Public API for Sqoop v1.0.0 * SIP-6 – Reusable Jobs for Sqoop Operations