Kunni

Results 141 comments of Kunni

kunni + 1365976815 + Apache HBase Coprocessors

CHUNJUN_HOME 这个环境变量需要手动设置一下

同步提交的话,这个进程就等待任务结束才退出了,但是perjob任务一般都是实时任务,没有异常不会结束的。

I think that we should modify package of connectors to fix this problem. 1) if one connector doesn't import dependencies of guava, it should also shade dependency of guava to...

你需要start-cluster.sh 之前,把chunjun 的全部jar包移动或者复制到flink lib的目录下,这样才能找到。 你可以把之前的taskmanager用 stop-cluster.sh 关掉,再执行上述操作试下。

> @lvyanquan: > > Do you have a testcase or sample SQL to reproduce this? As I want to know when do we build the `history partition-specs` we can reproduce...

java.io.FileNotFoundException: File file:/home/ap/app/.flink/application_1654566646340_0003/flink-shaded-zookeeper-3.4.14.jar does not exist at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:641) 这里为什么是本地路径呢?你是没有开启hdfs吗,检查下hadoop conf文件或者default fs是不是有问题的

Look good to me. But actually we need some unit tests to make sure it won't bring problems.

可以的,准备提供一个内置Flink standalone的镜像用于测试运行。

Thank you for providing this opportunity, I will try it.