Answer Posted / Subhash Chandra Verma
To transfer data from Hive to HDFS, you can use the Hive command 'INSERT OVERWRITE hdfs' followed by the file path in HDFS. Here is an example:
```sql
INSERT OVERWRITE DIRECTORY '/user/hive/default/output/'
SELECT * FROM your_hive_table;
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category