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 would you import data from MYSQL into HDFS ?



How would you import data from MYSQL into HDFS ?..

Answer / Litile Tyagi

To import data from MySQL into HDFS, you can use the Sqoop tool provided by Apache Hadoop. Here is an example command: `sqoop import --connect jdbc:mysql://your_mysql_host:port/db_name --table table_name --hive-import`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

Who divides the file into Block while storing inside hdfs in hadoop?

1 Answers  


What do you mean by meta information in hdfs?

1 Answers  


Data node block size in HDFS, why 64MB?

1 Answers  


Explain HDFS “Write once Read many” pattern?

1 Answers  


What is a difference between an input split and hdfs block?

1 Answers  


How can one set space quota in Hadoop (HDFS) directory?

1 Answers  


What is Hadoop HDFS – Hadoop Distributed File System?

1 Answers  


Can we have different replication factor of the existing files in hdfs?

1 Answers  


How does hdfs ensure information integrity of data blocks squares kept in hdfs?

1 Answers  


Suppose there is file of size 514 mb stored in hdfs (hadoop 2.x) using default block size configuration and default replication factor. Then, how many blocks will be created in total and what will be the size of each block?

1 Answers  


What is a block in HDFS? what is the default size in Hadoop 1 and Hadoop 2? Can we change the block size?

1 Answers  


How to create Users in hadoop HDFS?

1 Answers  


Categories