系统版本
[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