linux centos7kettle使用Carte

1.下载安装kettle的方法请自行百度

2.启动carte服务

进入kettle目录
cd /opt/data-integration

 

方式一

复制代码
#windows
Carte.bat ip port
#例:
Carte.bat 192.168.x.x 8080

#linux
./carte.sh ip port
#例:
./carte.sh 192.168.x.x 8080
复制代码

方式二

编辑data-integration/pwd/carte-config-xxxx.xml

#windows
Carte.bat pwd\carte-config-xxxx.xml

#linux
./carte.sh pwd/carte-config-xxxx.xml

注意

  • Carte默认用户名、密码为cluster

  • 启动Carte服务时请使用IP不要使用localhost,否则只能本机访问

  • Carte服务端需要相同的插件库(plugins)

  • 如果Carte服务器开启了防火墙,请开放Carte所使用的端口

资源库配置

Carte服务器需要配置资源库配置文件:repositories.xml,

文件位置

USER_HOME/.kettle/repositories.xml

windows位置: C:\Users\用户名.kettle\repositories.xml 

linux位置: 普通用户为: /home/用户名/.kettle/repositories.xml root用户为: /root/.kettle/repositories.xml

 

posted @   void_main()  阅读(277)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
点击右上角即可分享
微信分享提示