In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "introduction of common commands in sqoop". Friends who are interested may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "introduction to sqoop common commands".
1. Use sqoop to create a table in hive that is exactly the same as in mysql.
Sqoop create-hive-table-- connect jdbc:mysql://192.168.179.10:7001/test-- username root-- password 123-- hive-database hive--table test6-- hive-table test6
2. Import the data from mysql into hive by sqoop
Sqoop import-- connect jdbc:mysql://192.168.179.10:7001/test-- username root-- password 123-- hive-database hive--table test6-- hive-import
3. Import the table in hive into mysql using sqoop (m specifies the number of mr programs)
Sqoop export--connect jdbc:mysql://192.168.179.10:7001/test-- username root-- password 123-- table test6-- export-dir / user/hive/warehouse/test6-- input-fields-terminated-by'\ 001'-m2
At this point, I believe you have a deeper understanding of the "introduction of sqoop common commands", you might as well come to the actual operation! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.