Tag: kudu
5 articles
Flink Write to Kudu Practice: Custom Sink Full Process (F...
Complete runnable example for Kudu, based on Flink 1.11.1 (Scala 2.12)/Java 11 and kudu-client 1.17.0 (2025 test). Through RichSinkFunction custom sink,...
Apache Kudu Docker Quick Deployment: 3 Master/5 TServer P...
Apache Kudu Docker Compose quick deployment solution on Ubuntu 22.04 cloud host, covering Kudu Master and Tablet Server components,...
Java Access Apache Kudu: Table Creation to CRUD (Includin...
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, insert,...
Apache Kudu: Real-time Write + OLAP Architecture, Perform...
Apache Kudu in 2025 version and ecosystem integration: Latest Kudu 1.18.0 (2025/07) released, bringing segmented LRU Block Cache and RocksDB-based metadata...
Apache Kudu Architecture & Practice: RowSet, Partition & ...
Apache Kudu's Master/TabletServer architecture, RowSet (MemRowSet/DiskRowSet) write/read path, MVCC, and Raft consensus role in replica and failover; provides...