系统版本

[root@gaqzj ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)

安装JDK1.8

jdk-8u161-linux-x64.rpm

配置环境变量

[root@gaqzj ~]# cat /etc/profile

JAVA_HOME=/usr/java/jdk1.8.0_161
CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar
PATH=$JAVA_HOME/bin:$HOME/bin:$HOME/.local/bin:$PATH

 

安装kettle

[root@gaqzj ~]# cd /usr/local/kettle/

[root@gaqzj kettle]# unzip pdi-ce-7.1.0.0-12.zip

[root@gaqzj kettle]# cd data-integration/

[root@gaqzj data-integration]# chmod u+x *.sh 

如果看到了如下的信息说明kettle部署成功了

[root@gaqzj data-integration]# ./kitchen.sh

部署kettle7.1

 

相关文章:

  • 2021-07-03
  • 2021-10-15
  • 2021-07-23
  • 2021-09-10
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2021-09-12
  • 2022-02-12
  • 2021-03-28
  • 2022-12-23
  • 2022-12-23
  • 2021-01-08
相关资源
相似解决方案