Apache Phoenix has one code template which contributors use. Do you think
onc can use the same for Flink or may be with some more modifications?
https://github.com/apache/phoenix/blob/master/dev/PhoenixCodeTemplate.xml
On Sat, Apr 9, 2016 at 11:00 AM, Stephan Ewen wrote:
> Actually, It would b
Hi,
I am not sure if this is useful, I once had similar issue.
Are you including storm-core dependency in your project? flink-storm
dependency doesn't need any specific storm-core dependency.
Just including flink-storm and removing storm-core dependency worked for me.
This has more information,
FYI, I just saw this email chain and thought of sharing my exp. I used the
Storm Flink API few days ago. Just a simple example worked well, however I
will be testing few more next week.
One thing to note is, I had to include all Scala dependencies in the storm
topology since FlinkLocalCluster.java