-
I'm using hudi 0.14.0 with flink 1.16.1 to store data from kafka to s3.
but Athena(Engine 3) query to MOR table is not working because of this error.
```
Error running query: HIVE_UNKNOWN_ERROR: …
-
Facets that make sense to include in Flink integration:
nominalTimeRunFacet
parentRunFacet
documentationJobFacet
sourceCodeLocationJobFacet
-
### Already searched before asking?
- [X] I had searched in the [issues](https://github.com/flowerfine/scaleph/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### Scaleph Versio…
-
I tried out the [native HA on Kubernetes](https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/ha/kubernetes_ha/) using the operator.
Here is the general synopsis:
- If I sta…
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?y
- Join the mailing list to engage in conversations and get faster support at dev-subscr…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/Taier/issues) and found no similar question.
- [X] I had searched my question on the internet but i didn't ge…
-
自定义flink jobId,如果传了jobId 就用指定的jobId,如果没传就使用flink自动生成的jobId
-
## 项目简述
基于flink集成rete网络实现规则引擎处理分析海量数据。
## 背景
1、Apache Flink 是一个框架和分布式处理引擎,用于在无边界和有边界数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算,利用flink强大的流处理能力和flink sql处理能力。
2、Rete 算法是卡内基梅隆大学的 Charles …
-
**Describe the bug**
Create a PVC use below script
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: longhorn-rwx-pvc
spec:
storageClassName: longhorn
accessModes:
- R…
-
## VStream: the hidden superpower
We all use VStream primitives via their targeted implementations with VReplication and friends, but there is limited usage of VStream natively. At the other end of…