On Tue, Mar 16, 2010 at 5:06 PM, Ryan LeCompte <[email protected]> wrote:
> Is there a way to remove columns from a Hive table via ALTER TABLE > statement? > > You can replace/change the schema definition http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL#Add.2BAC8-Replace_Columns Be Warned! This does not alter the underlying data. It only changes the schema. Edward
