From 162cab8ecc521904cd7b59fb8f2a1bfa777ab7e8 Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Wed, 5 Nov 2014 09:26:46 -0800 Subject: [PATCH] SQOOP-1674: DOC: index.rst updates for Sqoop (Veena Basavaraj via Jarek Jarcec Cecho) --- docs/src/site/sphinx/index.rst | 50 ++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/docs/src/site/sphinx/index.rst b/docs/src/site/sphinx/index.rst index 1bea5c37..82578588 100644 --- a/docs/src/site/sphinx/index.rst +++ b/docs/src/site/sphinx/index.rst @@ -18,7 +18,7 @@ Apache Sqoop documentation ======================================= -Apache Sqoop is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases. +Apache Sqoop is a tool designed for efficiently transferring data betweeen structured, semi-structured and unstructured data sources. Relational databases are examples of structured data sources with well defined schema for the data they store. Cassandra, Hbase are examples of semi-structured data sources and HDFS is an example of unstructured data source that Sqoop can support. License ------- @@ -40,34 +40,38 @@ License See the License for the specific language governing permissions and limitations under the License. -Administrator Documentation ---------------------------- -- `Installation `_ -- `Upgrade `_ -- `Tools `_ +User Guide +------------ +If you are excited to start using Sqoop you can follow the links below to get a quick overview of the system -User Documentation ------------------- - -- `5 Minutes Demo `_ -- `Command Line Client `_ +- `Sqoop 5 Minute Demo `_ +- `Command Line Shell Usage Guide `_ Developer Guide ---------------- +----------------- -- `Building Sqoop2 `_ -- `Development Environment Setup `_ -- `Java Client API Guide `_ -- `Developing a Connector `_ -- `REST API Guide `_ +If you are keen on contributing to Sqoop and get your hands dirty building connectors or interesting UI/applications for Sqoop internals check out the links below -Overview --------- +- `Building Sqoop 2 `_ +- `Sqoop Development Environment Setup `_ +- `Developing a Sqoop Connector with Connection API `_ +- `Developing Sqoop application with REST API `_ +- `Developing Sqoop application using Sqoop Java Client API `_ + + +Administrator Guide +-------------------- +If you are a admin trying to set up Sqoop, check out the links below + +- `Sqoop Server and Client Installation `_ +- `Sqoop Server Upgrade `_ +- `Sqoop Tools `_ + +Sqoop Project Details +--------------------- - `Download Apache Sqoop `_ -- `Sqoop Wiki `_ +- `Sqoop Apache Wiki `_ - `Sqoop Issue Tracking (JIRA) `_ -- `Sqoop Source Code `_ - - +- `Sqoop Source Code `_