Linux Docker搭建ETL online平台kettle 9

这篇博客介绍了如何在Linux环境中利用Docker搭建Kettle 9的ETL在线平台,详细步骤包括拉取镜像、创建配置文件、启动容器、添加JDBC驱动、重启容器及验证设置。此外,还提到了添加用户的额外配置。

Linux Docker搭建ETL online平台kettle 9

一、效果图

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

二、搭建步骤

step 1 pull image

镜像大小1.5G左右

docker pull hiromuhota/webspoon                           

step 2 create conf files

  • create dir
mkdir -p /home/kettle/cusconf
  • create two conf file
  1. web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  version="2.4">

  <!--
    - Location of the XML file that defines the root application context
    - Applied by ContextLoaderListener.
    -->
  <!-- Uncomment the followings to enable login page for webSpoon-->
  <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
      /WEB-INF/spring/*.xml
    </param-value>
  </context-param>
  <filter>
    <filter-name>springSecurityFilterChain</filter-name>
    <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
  </filter>
  <filter-mapping>
    <filter-name>springSecurityFilterChain</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>
  <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</</
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值