StreamSets单机版安装文档

StreamSets单机版安装文档

  1. 解压安装包到opt目录

    tar -zxvf streamsets-datacollector-common-3.22.3.tgz -C /opt
    
  2. 修改为sdc配置为表单认证

    cd /opt/streamsets-datacollector-3.22.3/
    vi etc/sdc.properties
    
    http.authentication=form
    
  3. 后台启动

    nohup ./bin/streamsets dc > /dev/null 2>&1 &
    
  4. 访问localhost:18630注册激活即可

posted @ 2023-04-03 10:50  edclol  阅读(93)  评论(0)    收藏  举报