-
env:
- flink-1.11.2-bin-scala_2.12
- apache-hive-3.1.2-bin
- apache-iceberg-0.10.0-rc0
ref: https://github.com/apache/iceberg/blob/master/site/docs/flink.md
I build iceberg-flink-0.10.0.jar f…
-
Is the issue already present in https://github.com/cloudera/hue/issues or discussed in the forum https://discourse.gethue.com?
No
Describe the bug:
![image](https://user-images.githubusercontent.…
-
When I test the `flink-runtime` module from this pull request https://github.com/apache/iceberg/pull/1423/files , I got this crash stacktrace.
```
Flink SQL> create catalog hadoop_catalog with(
…
-
### Flink SQL
- 把同一个数据库两张表使用flink join起来,结果集放到另一个表
```sql
--源表
create table store_caches
(
id bigint primary key,
geo0 bigint,
geo1 bigint,
geo2 bigint,
bra…
-
定义kafka的topic为source,然后从该source下查数据将结果写到mysql,在flink1.6、1.7的standalone模式下貌似不可用,报无法提交job的错误。
-
e.g. Trying to point it to https://github.com/ververica/sql-training/wiki/Setting-up-the-Training-Environment:
```
./bin/sql-gateway.sh
FLINK_HOME is not found in environment variable.
Configur…
-
yarn seesion 模式下面 任务运行成功,但是数据没有到hive 什么问题
-
RT
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
## 历史帖
- 202…
-
can sql-gateway support submit job through 'select * from xx_view'
sql statement is :
CREATE TABLE trade_datasource (
userId VARCHAR,
) WITH (
'connector.type' = 'kafka',
xx
);
CREATE TABL…