Hi @Amn_468
In Kudu Table is divided into multiple tablets and those tables are distributed across the cluster. So the table data will be stored across multiple TS (kudu nodes)
You can get that info from Kudu master WebUI
CM->Kudu ->Webui -> Tables ->select table
curl -i -k --negotiate -u : "http://Abcde-host:8051/tables"
Also, You can run ksck command to get that info :-
https://kudu.apache.org/docs/command_line_tools_reference.html#table-list
Does that answer your question, if yes please feel free to mark the post as solution accepted and give a thumbs up.
regards,