flink tableapi inner join exception

2019-03-15 Thread
Exception in thread "main" org.apache.flink.table.api.ValidationException: join relations with ambiguous names: id, name, value at org.apache.flink.table.plan.logical.LogicalNode.failValidation(LogicalNode.scala:156) at org.apache.flink.table.plan.logical.Join.validate(operators.

How to sorted by flink sql?

2019-03-14 Thread
hi all, Results are not sorted package com.opensourceteams.module.bigdata.flink.example.sql.test import org.apache.flink.api.scala.ExecutionEnvironment import org.apache.flink.table.api.scala._ import org.apache.flink.api.scala._ import org.apache.flink.table.api.TableEnvironment ob

DataStream EventTime last data cannot be output?

2019-03-06 Thread
DataStream EventTime last data cannot be output ? In the verification of EventTime plus watermark processing, I found that the data sent to the socket cannot be output in time or output. ). The verification found that only the timestamp of the current send data of getCurrentWatermark() > TimeWi

Re: [Flink-Question] In Flink parallel computing, how do different windows receive the data of their own partition, that is, how does Window determine which partition number the current Window belongs

2019-03-03 Thread
html > > <https://ci.apache.org/projects/flink/flink-docs-release-1.7/api/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.html> > On Sun, Mar 3, 2019 at 5:15 AM 刘 文 <mailto:thinktothi...@yahoo.com>> wrote: > ). Environment Flink1.7.2 WordCount local,

[Flink-Question] In Flink parallel computing, how do different windows receive the data of their own partition, that is, how does Window determine which partition number the current Window belongs to?

2019-03-03 Thread
). Environment Flink1.7.2 WordCount local, stream processing ).source RecordWriter.emit(), for each element by key, divided into different partitions, the partition location of each element has been determined, the number of partitions is determined by DataStream.setParallelism(2) ). By copyFrom