No. This is referring to the distributed file system. 'hadoop fs -rm /path/to/file' should do it
> On May 30, 2015, at 7:50 PM, George Lu <[email protected]> wrote: > > The files created are put around all the nodes in Drill. > I need to go through each of them and delete one by one? > >> On Sun, May 31, 2015 at 10:49 AM, Jinfeng Ni <[email protected]> wrote: >> >> There is no DELETE TABLE command supported yet. >> >> The only option available is to go through file system command to delete >> the parquet files created from CTAS. >> >> >> >>> On Sat, May 30, 2015 at 6:45 PM, George Lu <[email protected]> wrote: >>> >>> Hi all, >>> >>> After I create table using CTAS in dfs.tmp, can I delete it? Or next time >>> override it? >>> Currently, I go to the /tmp folder in the all the machines and delete >> them >>> one by one. >>> >>> Thanks! >>> >>> George Lu >>
