I created a table in hive as a managed table, but it was supposed to be external, is it possible to change the table type of the table without losing the data?
You can copy your data files from the Hive data location to the location you planned to store your external table, drop the table and re-create it as external.