当前位置:网站首页>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
边栏推荐
- Sil/pil test of matlab code generation
- 2021-09-12
- [Lua] summary of common knowledge points (including common interview sites)
- Test -- Summary of interview questions
- [pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces
- 【虚幻4】UMG组件的简介与使用(更新中...)
- Ctrip starts mixed office. How can small and medium-sized enterprises achieve mixed office?
- Commutateur Multi - lentilles Blender
- ue4材质的入门和原理笔记
- [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
猜你喜欢

【虚幻】按键开门蓝图笔记

Redis set password
![[pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces](/img/6f/e5a30dae824ccb22d1157818be58be.png)
[pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces

Edge computing accelerates live video scenes: clearer, smoother, and more real-time

ue4材质的入门和原理笔记

Delivery mode design of Spartacus UI of SAP e-commerce cloud

Blender volume fog

pytest学习--base

Blender multi lens (multi stand) switching

Blender摄像机环绕运动、动画渲染、视频合成
随机推荐
Blender摄像机环绕运动、动画渲染、视频合成
JS reduce accumulator
Zlib download and use
Introduction and Principle notes of UE4 material
Pycaret | a few lines of code to solve machine learning modeling
Postman--使用
Understand the composition of building energy-saving system
What is call / cc- What is call/cc?
【JetBrain Rider】构建项目出现异常:未找到导入的项目“D:\VisualStudio2017\IDE\MSBuild\15.0\Bin\Roslyn\Microsoft.CSh
合并有序数列
Blender多镜头(多机位)切换
SQOOP 1.4.6 INSTALL
Determine whether there are duplicate elements in the array
【虚幻】按键开门蓝图笔记
Vscode auto format
Leetcode -- the nearest common ancestor of 236 binary tree
Ue5 - ai Pursuit (Blueprint, Behavior tree)
Nonlinear optimization: establishment of slam model
flink 提交程序
[ue5] blueprint making simple mine tutorial