Re: org.apache.flink.addons.hbase.TableInputFormat

2015-05-26 Thread Hilmi Yildirim
Thank you very much Am 26.05.2015 um 11:26 schrieb Robert Metzger: Hi, you need to include dependencies not part of the main flink jar into your usercode jar file. Therefore, you have to build a "fat jar". The easiest way to do that is like this: http://stackoverflow.com/questions/574594/how

Re: org.apache.flink.addons.hbase.TableInputFormat

2015-05-26 Thread Robert Metzger
Hi, you need to include dependencies not part of the main flink jar into your usercode jar file. Therefore, you have to build a "fat jar". The easiest way to do that is like this: http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven But that ap