Tag: Kudu
5 articles
Big Data 148 - Flink Write to Kudu: Custom Sink Full Practice
Complete runnable example for Kudu, based on Flink 1.11.1 (Scala 2.12)/Java 11 and kudu-client 1.17.0 (2025 test).
Apache Kudu Docker Quick Deployment: 3 Master/5 TServer Pattern
Apache Kudu Docker Compose quick deployment solution on Ubuntu 22.04 cloud host, covering Kudu Master and Tablet Server components.
Big Data 147 - Java Access Apache Kudu: From Table Creation to CRUD
Java client (kudu-client 1.4.0) connects to Apache Kudu with multiple Masters (example ports 7051/7151/7251), completes full process of table creation.
Apache Kudu: Real-time Write + OLAP Architecture, Performance
Apache Kudu is an open-source storage engine developed by Cloudera and contributed to Apache Software Foundation.
Apache Kudu Architecture & Practice: RowSet, Partition & Raft Consensus
Apache Kudu's Master/TabletServer architecture, RowSet (MemRowSet/DiskRowSet) write/read path, MVCC, and Raft consensus role in replica and failover