Anoop Sharma created TRAFODION-2022:
---------------------------------------
Summary: add support for purgedata command to remove hive data
Key: TRAFODION-2022
URL: https://issues.apache.org/jira/browse/TRAFODION-2022
Project: Apache Trafodion
Issue Type: New Feature
Reporter: Anoop Sharma
Assignee: Anoop Sharma
Priority: Minor
purgedata is a trafodion command which removes data from
tables. It is supported for trafodion tables.
>>purgedata trafodion.sch.t1;
--- SQL operation complete.
>>
This JIRA is to add support for purgedata for hive tables.
Currently an error is returned when this command is issued.
>>purgedata hive.hive.thive;
*** WARNING[4222] The DDL feature is not supported in this software version.
*** WARNING[8822] The statement was not prepared.
*** ERROR[15001] A syntax error occurred at or before:
purgedata hive.hive.thive;
^ (26 characters from start of SQL statement)
*** ERROR[8822] The statement was not prepared.
--- SQL operation failed with errors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)