Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to transfer data from Hive to HDFS?



How to transfer data from Hive to HDFS?..

Answer / 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

More Apache HDFS Hadoop Distributed File System Interview Questions

How does hdfs provides good throughput?

1 Answers  


How one can format Hadoop HDFS?

1 Answers  


What is the difference between input split and hdfs block?

1 Answers  


Data node block size in HDFS, why 64MB?

1 Answers  


In HDFS, how Name node determines which data node to write on?

1 Answers  


Why does hive not store metadata information in hdfs?

1 Answers  


If data is present in HDFS and RF is defined, then how can we change Replication Factor?

1 Answers  


Which classes are used by the hive to read and write hdfs files?

1 Answers  


What are problems with small files and hdfs?

1 Answers  


How do you do a file system check in hdfs?

1 Answers  


What do you mean by metadata in HDFS?

1 Answers  


File permissions in HDFS?

1 Answers  


Categories