Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from May 16, 2022
Merged

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

merged 1 commit into from May 16, 2022

Conversation

allenhe888
Copy link
Contributor

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

[quickstart] replace mvnw-repo as aliyun and add dev_skip profile for fast compile
 - 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

[bugfix] add env:FLINK_CONF_DIR and modify hadoopConfDir as etc/hadoop
- add env:$FLINK_CONF_DIR when getFlinkProcessRunner(), 否则可能读取环境中其他版本的CONF_DIR导致 无法输出yarnAppId日志而卡在Start状态;
- AppConfig.HADOOP_ETC_RELATIVE 从"etc" -> "etc/hadoop" 才能正确读取 hadoop基础配置文件;
@PChou PChou merged commit 1c6d1de into EOITek:master May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants