Is there any way to create a internal table from external table in hive using talend Is there any way to create a internal table from external table in hive using talend hadoop hadoop

Is there any way to create a internal table from external table in hive using talend


This could be achieved by using tHiveRow component. In the component at the query section provide the below query to create the internal table from an existing external table.

Query -

CREATE TABLE `internaltablename` LIKE `externaltablename`;