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
