> For the complete documentation index, see [llms.txt](https://docs.invariant.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.invariant.io/platform/apache-hadoop/sqoop.md).

# Sqoop

Apache Sqoop is a data management tool that can be used to extract data from a structured data store into HDFS and also export data back from HDFS to RDBMS for reporting and processing by other applications. The command line tool provides developers the ability to construct import and export scripts.

Key features

* Existing data from relational databases can be loaded into an HDFS cluster
* Data can be exported back to traditional data platforms for analysis and use with existing tools and applications
* Can be scripted to automate data movement across systems

For more details visit the [SQOOP ](https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html)page on Apache Sqoop website &#x20;

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.invariant.io/platform/apache-hadoop/sqoop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
