当前位置:网站首页>SQOOP 1.4.6 INSTALL
SQOOP 1.4.6 INSTALL
2022-07-02 10:30:00 【Lucky lucky】
#1、 Version support
1.4.6|7 => hadoop 2.X + hive 1.X + hbase 1.X
=> hadoop 3.1.3 + hive 3.1.2 + hbase 2.3.5(not support)
#2、 Operation type : The reference direction is
RDBMS -import -> hadoop(hdfs|hive|hbase) -export -> RDBMS(mysql|oracle|...)
#3、sqoop146 install
# Unzip and rename
tar -zxvf /opt/download/hadoop/sqoop-1.4.6.bin__hadoop-2.0.4-alpha.tar.gz -C /opt/software/
mv /opt/software/sqoop-1.4.6.bin__hadoop-2.0.4-alpha.tar.gz /opt/software/sqoop146
# Modify the environment configuration
vim /etc/profile.d/myenv.sh
#sqoop
export SQOOP_HOME=/opt/software/sqoop146
export LOGDIR=$SQOOP_HOME/logs
export PATH=$SQOOP_HOME/bin:$PATH
source /etc/profile
vim sqoop-env.sh
export HADOOP_COMMON_HOME=/opt/software/hadoop313
export HADOOP_MAPRED_HOME=/opt/software/hadoop313
export HBASE_HOME=/opt/software/hbase235
export HIVE_HOME=/opt/software/hive312
export ZOOCFGDIR=/opt/software/zookeeper357
#4、 test
mysql -u root 12345678
grant all on *.* to root@'%' identified by 'kb12kb12';
sqoop list-databases --connect jdbc:mysql://singlelucky:3306 --username root --password kb12kb12
边栏推荐
- [jetbrain rider] an exception occurred in the construction project: the imported project "d:\visualstudio2017\ide\msbuild\15.0\bin\roslyn\microsoft.csh" was not found
- 01安装虚拟机
- Bookmark collection management software suspension reading and data migration between knowledge base and browser bookmarks
- Project practice, redis cluster technology learning (6)
- lunix重新分配root 和 home 空间内存
- Sum the two numbers to find the target value
- [IDL] Research
- 【Unity3D】无法正确获取RectTransform的属性值导致计算出错
- ue4材质的入门和原理笔记
- Blender海洋制作
猜你喜欢
随机推荐
Post disaster reconstruction -- Floyd thought
2837xd code generation module learning (3) -- IIC, ECAN, SCI, watchdog, ECAP modules
Database -- acid of transaction -- introduction / explanation
【虚幻】过场动画笔记
Applet development summary
[visual studio] every time you open a script of unity3d, a new vs2017 will be automatically reopened
Ue5 - ai Pursuit (Blueprint, Behavior tree)
Test -- Summary of interview questions
Pytest-- test report allure configuration
Determine whether there are duplicate elements in the array
2.14 is it Valentine's day or Valentine's day when the mainstream market continues to fluctuate and wait for changes?
Zlib download and use
Blender model import UE, collision settings
[illusory] automatic door blueprint notes
Blender ocean production
[ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
Sum the two numbers to find the target value
2021-10-02
测试--面试题总结
[200 Shengxin literatures] 95 multiomics exploration TNBC






![[ue5] blueprint making simple mine tutorial](/img/87/d0bec747a6b6276d63a315f88745ec.png)

