druid/docs/content/ingestion/batch-ingestion.md

20 lines
742 B
Markdown
Raw Normal View History

---
layout: doc_page
---
# Batch Data Ingestion
2016-01-06 00:27:52 -05:00
Druid can load data from static files through a variety of methods described here.
## Native Batch Ingestion
Druid has built-in batch ingestion functionality. See [here](../ingestion/native_tasks.html) for more info.
## Hadoop Batch Ingestion
Hadoop can be used for batch ingestion. The Hadoop-based batch ingestion will be faster and more scalable than the native batch ingestion. See [here](../ingestion/hadoop.html) for more details.
Having Problems?
----------------
2016-01-06 00:27:52 -05:00
Getting data into Druid can definitely be difficult for first time users. Please don't hesitate to ask questions in our IRC channel or on our [google groups page](https://groups.google.com/forum/#!forum/druid-user).