Answer Posted / Anita Choudhary
Data can be inserted into HCatalog using the LOAD DATA INPATH command, which loads data from a specified directory or file into an existing table. For example: LOAD DATA INPATH '/path/to/data' INTO TABLE table_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers