Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The Java example of the POJOs results in the:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
due to the wrong type of the generics of the DataStream.
Currently it is
DataStream<Tuple2<String,Integer>>
but should be
DataSource<WordWithCount>
.
Attachments
Issue Links
- links to