Load Data 1

Source: Internet
Author: User

The load data of Druid is divided into two categories: bulk load (historical data) and real-time load (new data), this article describes the bulk load data

Indexing Service

The bulk load data needs to use the Indexing Service, which is a stand-alone service that accepts tasks in the form of a POST request. The output of the most tasks is segments.

Running the Overlord node

Start command

Java-xmx2g-duser.timezone=utc-dfile.encoding=utf-8-classpath Lib/*:config/overlord io.druid.cli.Main Server Overlord

Configuration file

Druid.host=localhost
druid.port=8087
Druid.service=overlord

Druid.zk.service.host=localhost

druid.extensions.coordinates=["io.druid.extensions:druid-kafka-seven:0.6.143"]

Druid.db.connector.connecturi=jdbc:mysql://localhost:3306/druid
Druid.db.connector.user=druid
Druid.db.connector.password=diurd

Druid.selectors.indexing.servicename=overlord
druid.indexer.queue.startdelay=pt0m
Druid.indexer.runner.javaopts= "-server-xmx256m"
Druid.indexer.fork.property.druid.processing.numthreads=1
druid.indexer.fork.property.druid.computation.buffer.size=100000000

Load Data 1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.