New Inspector
1 Overview
2 Installation and Configuration
2.1 Pinot and Kafka Setup
2.2 Create Kafka Topics for New Inspector
Kafka topic
Pinot table
Partitions
$ bin/kafka-topics.sh --create --topic inspector-stat-agent-00 --partitions 32 --bootstrap-server ${YOUR_KAFKA_SERVER_ADDRESS}
$ bin/kafka-topics.sh --create --topic inspector-stat-app --partitions 64 --bootstrap-server ${YOUR_KAFKA_SERVER_ADDRESS}2.3 Create Pinot Tables
2.4 Configure and Run Pinpoint Collector, Web, and Batch with New Inspector
3 Related Settings of Pinpoint Components
Pinpoint Collector
Pinpoint Web
Pinpoint Batch
4 Q&A
A Can we still use the Legacy Inspector to save the data to HBase?
B Why change database to Pinot when there are no additional features provided to users?
C Reading inspector-stat-agent table becomes slow as more data is being stored.
1 개요
2 설치/설정 방법
2.1 Pinot와 Kafka 준비
2.2 Kafka topic 생성
Kafka topic
Pinot table
partitions
2.3 Pinot table 생성
2.4 Pinpoint Collector, Web, Batch의 New Inspector 기능 활성화
3 Pinpoint 컴포넌트의 관련 설정
Pinpoint Collector
Pinpoint Web
Pinpoint Batch
4 Q&A
A HBase에 데이터를 저장하는 Legacy Inspector를 사용할 수 없나요?
B 사용자에게 제공되는 기능은 비슷한데 Pinot기반으로 inspector를 개선한 이유는 뭘까요?
C inspector-stat-agent 테이블의 데이터가 많아서 읽기 속도가 느려집니다.
Last updated
Was this helpful?