You may also like
To change table name in HIVE use code listed below: ALTER TABLE table_name RENAME TO new_table_name;
Local copy existing extractUse local copy source Close old extract (optional)Edit data source based on local copy
select str_to_map(column,’,’,’:’) from table ;