I think Mehant is working on Drop Table feature targeting for 1.2.0 release. This would save user's effort to delete the directory using file system commands.
On Fri, Aug 14, 2015 at 7:40 AM, Tomer Shiran <[email protected]> wrote: > You can create Parquet formatted tables in any directory using CREATE > TABLE AS statements. When you're done, delete the directory through the > file system (rm or hadoop fs -rm). Will that work for your use case? > > > > > On Aug 14, 2015, at 3:56 PM, Alexey Sorokin <[email protected]> wrote: > > > > We are trying to implement solution using SQL scripts. Because of the > logic > > complexity and trying to make code more manageable we are using temporary > > tables. Is there any support for this feature or way to mimicking this? > > > > Best regards, > > Alexey Sorokin >
