EOI数据中台产品

Related tags

REST Frameworks jax
Overview

Package

$ make package-all

Docker

requirements

node/npm/yarn
wget
docker/docker compose

With flink 1.9 standalone cluster:

$ make image
$ docker-compose up

With flink 1.12 standalone cluster:

$ make image
$ FLINK_IMAGE=flink:1.12.3-scala_2.11 docker-compose up
You might also like...
Comments
  • [quickstart][bugfix] modify pom for quickstart and fix CONF_DIR bug:

    [quickstart][bugfix] modify pom for quickstart and fix CONF_DIR bug:

    What is the purpose of the change

    to quick start for new user and fix CONF_DIR bug for window-os-developers;

    Brief change log

    • maven-wrapper.properties中替换成aliyun镜像,加速初始化maven/wrapper下载
    • 父pom中把finalName的${maven.build.timestamp}改为all以解决window无法识别文件名而编译失败问题
    • 增加1个dev_skip profile可选择跳过 license,checkstyle,enforcer,javadoc插件,用于子模块独立编译
    • modify jax-tool:pom finalName ${maven.build.timestamp} as all for Window compile
    • add DEBUG_PORT and runnable application.yml for quick start
    • add env:$FLINK_CONF_DIR when getFlinkProcessRunner(), 否则可能读取环境中其他版本的CONF_DIR导致 无法输出yarnAppId日志而卡在Start状态;
    • AppConfig.HADOOP_ETC_RELATIVE 从"etc" -> "etc/hadoop" 才能正确读取 hadoop基础配置文件;

    Does this pull request potentially affect one of the following parts:

    Dependencies (does it add or upgrade a dependency): no The public API, i.e., is any changed class annotated with @Public(Evolving): no The serializers: no The runtime per-record code paths (performance sensitive): no Anything that affects deployment or recovery: no

    Documentation

    Does this pull request introduce a new feature? no If yes, how is the feature documented? not applicable

    opened by allenhe888 0
  • [quickstart] add built-in 4 demo-pipelines and add zk/kafka at docker-compose

    [quickstart] add built-in 4 demo-pipelines and add zk/kafka at docker-compose

    What is the purpose of the change

    finish the QucikStart Demo by docker-compose and provide 4 built-in demo pipelines 提交完整的容器版 JAX和 flink/kafka服务,并默认提供4条demo pipeline

    Brief change log

    [quickstart] add built-in 4 demo-pipelines and add zk/kafka at docker-compose

    • add 4 demo pipeline:
    • add zk/kafka/kafka-manager @ docker-compose.yml
    • support to replace $JAX_HOME @tb_jar.path

    Does this pull request potentially affect one of the following parts:

    • Dependencies (does it add or upgrade a dependency): no
    • The public API, i.e., is any changed: no
    • The runtime per-record code paths (performance sensitive): no
    • Anything that affects deployment or recovery: yes

    Documentation

    • Does this pull request introduce a new feature? no
    • If yes, how is the feature documented? docs
    opened by allenhe888 0
Owner
上海擎创信息科技
null