Re: truncating tables via hcatalog api?

2015-10-08 Thread Alan Gates
That's correct, HCatClient doesn't provide that feature at this time. It would be easy enough to add if you want to provide a patch for it. Alan. Nathan Bamford October 6, 2015 at 12:14 Hello all, The product I work on using the HCatalog api

truncating tables via hcatalog api?

2015-10-06 Thread Nathan Bamford
Hello all, The product I work on using the HCatalog api (particularly HCatClient) to interact with Hive. It provides virtually everything we need, with the exception of the ability to truncate a table. I'm able to do it via the CLI by simply issuing the "TRUNCATE TABLE" command, but HCatalog