Updated on 2022-09-14 GMT+08:00

Deleting a Table

Function

Use the KuduClient.deleteTable(String name) method to delete a table object.

Sample Code

The code snippet for deleting a table is as follows:

// Delete the table. 
client.deleteTable(tableName);