当前位置:网站首页>Solutions to a series of problems in sqoop job creation
Solutions to a series of problems in sqoop job creation
2022-07-02 10:31:00 【Lucky lucky】
1、 One is to report null pointer errors, as shown in the figure :
There are two possibilities , The first is the lack of dependent packages :
cp /opt/software/mysql-connector-java-5.1.31.jar /opt/install/sqoop/lib/
cp /opt/software/commons-lang-2.6.jar /opt/install/sqoop/lib/
cp /opt/software/java-json.jar /opt/install/sqoop/lib/
The second is /sqoop/lib/ There are more hive-exec-3.1.2.jar, Pictured :
sqoop Of lib Under the folder , Delete the package in the blue box , Or move to another place , To create a job It's going to work
2、 Solve the above problems , It may also report errors 
hold /hive/conf/hive-site.xml Copy to /sqoop/conf Under the document
3、Sqoop Report errors :
ERROR Could not register mbeans java.security.
AccessControlException:access denied(“javax.management.MBeanTrustPermission”“register”)
terms of settlement :
modify Jdk The file of jdk1.8.0_11/jre/lib/security/java.policy
The specific configuration is as follows :
grant{
permission javax.management.MBenTrustPermission"register";
};
边栏推荐
- UE4夜间打光笔记
- Merge ordered sequence
- sqoop创建job出现的一系列问题解决方法
- Post disaster reconstruction -- Floyd thought
- 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
- Redis set password
- MPLS experiment
- [illusory] automatic door blueprint notes
- 判断数组中是否存在重复元素
猜你喜欢

This article takes you to learn in detail what is fiber to home FTTH

虚幻AI蓝图基础笔记(万字整理)

ue虚幻引擎程序化植物生成器设置——如何快速生成大片森林

Considerations for Apache deploying static web page projects

【虚幻】过场动画笔记

Blender camera surround motion, animation rendering, video synthesis

allure--常用配置项

【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格

Blender多鏡頭(多機比特)切換

01安装虚拟机
随机推荐
Database -- acid of transaction -- introduction / explanation
Centos7 one click compilation and installation of PHP script
[200 Shengxin literatures] 96 joint biomarkers of immune checkpoint inhibitor response in advanced solid tumors
【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
UE5——AI追逐(藍圖、行為樹)
[pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces
虛幻AI藍圖基礎筆記(萬字整理)
Nonlinear optimization: steepest descent method, Newton method, Gauss Newton method, Levenberg Marquardt method
01安装虚拟机
Blender多鏡頭(多機比特)切換
[Lua] summary of common knowledge points (including common interview sites)
Pytest-- test report allure configuration
Blender camera surround motion, animation rendering, video synthesis
[unreal] key to open the door blueprint notes
Feature (5): how to organize information
Leetcode -- the nearest common ancestor of 236 binary tree
Pytest framework implements pre post
How does {} prevent SQL injection? What is its underlying principle?
Edge computing accelerates live video scenes: clearer, smoother, and more real-time
Aiphacode is not a substitute for programmers, but a tool for developers