Skip to content

Commit

Permalink
1. 修改readme相关说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lklhdu committed Nov 22, 2022
1 parent 0688ccb commit 1b2b83a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
3. Hudi

## 相关说明
* 本项目使用的arctic-flink-runtime-1.14依赖需要基于Arctic工程进行源码编译,请下载[Arctic工程](https://github.com/NetEase/arctic)的代码,然后切换到0.3.x分支,执行命令`mvn clean install -DskipTests`进行构建
* 本项目使用的arctic-flink-runtime-1.14依赖需要基于Arctic工程进行源码编译,请下载[Arctic工程](https://github.com/NetEase/arctic)的代码,然后切换到master分支,执行命令`mvn clean install -DskipTests`进行构建
* 本项目使用的hudi-flink1.14-bundle_2.12依赖需要基于Hudi工程进行源码编译,请下载[Hudi工程](https://github.com/apache/hudi)的代码,然后切换到release-0.11.1,执行命令`mvn clean install -DskipTests -Dflink1.14 -Dscala-2.12`进行构建
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ public static void main(String[] args)
createSinkCatalog(sinkType, props);
call(sinkType, sinkDatabase, configuration, CallContext.builder()
.args(ParameterTool.fromArgs(args)).env(env).tableEnv(tableEnv).build());
// try {
// env.execute();
// } catch (Exception e) {
// throw new RuntimeException(e);
// }
}

private static void call(String sinkType, String sinkDatabase, Configuration configuration,
Expand Down

0 comments on commit 1b2b83a

Please sign in to comment.