当前位置:网站首页>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
边栏推荐
- Blender模型导入ue、碰撞设置
- 测试--面试题总结
- [IDL] Research
- [ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
- [Lua] summary of common knowledge points (including common interview sites)
- 【避坑指南】Unity3D项目接入腾讯Bugly工具时遇到的坑
- 【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
- ERROR 1118 (42000): Row size too large (> 8126)
- Flink实时计算topN热榜
- Blender石头雕刻
猜你喜欢

pytest学习--base

Pytest-- test report allure configuration

Aiphacode is not a substitute for programmers, but a tool for developers

Allure -- common configuration items

pytest框架实现前后置

测试--面试题总结

VLAN experiment

2.14 is it Valentine's day or Valentine's day when the mainstream market continues to fluctuate and wait for changes?
![[ue5] blueprint making simple mine tutorial](/img/87/d0bec747a6b6276d63a315f88745ec.png)
[ue5] blueprint making simple mine tutorial

Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
随机推荐
【leetcode】33. Search rotation sort array
Deep understanding of redis cache avalanche / cache breakdown / cache penetration
[unreal] key to open the door blueprint notes
Project practice, redis cluster technology learning (6)
Introduction and Principle notes of UE4 material
Tee command usage example
【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
Project practice, redis cluster technology learning (11)
Project practice, redis cluster technology learning (IX)
[200 Shengxin literatures] 95 multiomics exploration TNBC
Pycaret | a few lines of code to solve machine learning modeling
Project practice, redis cluster technology learning (10)
Webui automated learning
Blender石头雕刻
Zlib download and use
Brief analysis of edgedb architecture
pytest--之测试报告allure配置
Applet development summary
ue虚幻引擎程序化植物生成器设置——如何快速生成大片森林
2021-10-02