-
C:\Users\xu\Downloads\SparrowRecSys-master\SparrowRecSys-master\src\main\java\com\sparrowrecsys\nearline\flink\RealTimeFeature.java:3:45
java: 程序包org.apache.flink.api.common.functions不存在
C:\Users\xu…
-
Flink changes `ConnectionID` in 1.15.4. Related issue : [#21358](https://github.com/apache/flink/pull/21358)
Error msg:
```
java.lang.NoSuchMethodError: org.apache.flink.runtime.io.network.Conn…
-
Got the following error trying to run Kafka on flink on a mac/docker setup. Running the following `flink.ssql`:
```
%flink.ssql
DROP TABLE IF EXISTS user_behavior;
CREATE TABLE user_behavior (
…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Flink connector
### Describe the problem
I try a few ways to authenticate adls2 when I use
#### Steps to reproduce…
-
BUG信息:
JdbcOutputFormat [Flink_Job] writeRecord error: when converting field[0] in Row(+I(18,xulei,22,wuhan))
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
at ja…
-
Hi,
I followed the readme. After start docker, run example, there is an error occurred.
Anyone can help ?
```
ubuntu@VM-0-8-ubuntu:~/playgrounds$ docker-compose exec jobmanager ./bin/flink run …
-
We need to validate the geo position to avoid out of bounds errors
```
java.lang.IllegalArgumentException: requirement failed: Value out of bounds ([-90.0 90.0]): 114.03863525390625
at scala.Pre…
-
**Flink pulsar source upgrade from 1.13.1.4 to 1.13.6.2 fails**
When upgrading flink pipeline that was using 1.13.1.4 pulsar flink connector, more specifically `org.apache.flink.streaming.connectors.…
-
**NebulaGraph 环境**
- 版本 v3.5.0
- 操作系统 CentOS7.6
- Hadoop 版本 v3.3.4
- JDK 版本 v1.8
**BUG 描述**
- 现象:nebula-flink-connector-3.5.0 的 Flink 作业,提交到 Yarn 之后无法运行,报错信息如下:
```java
Caused by: java.lang.…
-
Issues - my pinpoint setup is running on top of docker , all the services are running well , even the "quickapp" also visible on pinpoint and i am able to see the request coming in.
The problem i …