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);
Last Article: Read Data
Next Article: Commissioning the Application
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.