当前位置:网站首页>数据清洗 ETL 工具Kettle的安装
数据清洗 ETL 工具Kettle的安装
2022-04-23 09:07:00 【风梳烟】
1.安装Java环境
注意:安装的时候记住你的安装路径。例如我这里的安装路径是:C:\Program Files\Java\jdk1.8.0_131

2. 配置环境变量
2. 配置环境变量 新建JAVA_HOME系统变量
变量名:JAVA_HOME ,变量值:C:\Program Files\Java\jdk1.8.0_131


新建CLASSPATH变量 变量名:CLASSPATH , 变量值: .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar(注意最前面有一点)

配置系统环境变量Path 双击path,添加“%JAVA_HOME%\bin”


Windows+R键打开cmd命令行,输入java –version查看是否安装成功


启动Kettle
解压Kettle安装包后进入解压文件夹,点击Spoon.bat


下图为Kettle的可视化界面,通过Spoon.bat打开
版权声明
本文为[风梳烟]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_56814370/article/details/123398991
边栏推荐
- [58] length of the last word [leetcode]
- Harbor enterprise image management system
- Mini - exercice MySQL (seulement pour les débutants, pas pour les non - débutants)
- MySQL小练习(仅适合初学者,非初学者勿进)
- NPM reports an error: operation not allowed, MKDIR 'C: \ program files \ node JS \ node_ cache _ cacache’
- Employee probation application (Luzhou Laojiao)
- valgrind和kcachegrind使用运行分析
- 112. 路径总和
- Taxable income
- Strength comparison vulnerability of PHP based on hash algorithm
猜你喜欢
![[58] length of the last word [leetcode]](/img/c5/3ba1fe5a81593d9576bb597f0d5f45.png)
[58] length of the last word [leetcode]

Brush classic topics

Pctp test experience sharing

LeetCode_ DFS_ Medium_ 1254. Count the number of closed islands

Machine learning (VI) -- Bayesian classifier

Notes d'apprentissage oneflow: de functor à opexprinterpreter

First principle mind map

小程序报错 :should have url attribute when using navigateTo, redirectTo or switchTab

Brief steps to build a website / application using flash and H5

To remember the composition ~ the pre order traversal of binary tree
随机推荐
Non duplicate data values of two MySQL query tables
How to read excel table to database
[Luke V0] verification environment 2 - Verification Environment components
[original] use system Text. JSON formats the JSON string
Go language self-study series | golang method
Solidity 问题汇总
Illegal character in scheme name at index 0:
Download and install bashdb
npm ERR! network
Flink同时读取mysql与pgsql程序会卡住且没有日志
A must see wechat applet development guide 1 - basic knowledge
Talent Plan 学习营初体验:交流+坚持 开源协作课程学习的不二路径
资源打包关系依赖树
The crawler returns null when parsing with XPath. The reason why the crawler cannot get the corresponding element and the solution
Employee probation application (Luzhou Laojiao)
Strength comparison vulnerability of PHP based on hash algorithm
ATSS(CVPR2020)
Introduction to GUI programming swing
Error: cannot find or load main class
Detailed explanation of delete, truncate and drop principles in MySQL database