The class is there; this issue is a static initializer error, probably from other missing classes. I’ll try using the uber jar to see if that helps any, and will report back. <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-hadoop2</artifactId> <version>${flink.version}</version> </dependency> -- Jared StehlerChief Architect - Intellify Learning o: 617.701.6330 x703
|
In reply to this post by Chesnay Schepler
I had been excluding all transitive dependencies from the lib dir; it seems to be working when I added the following deps:
<dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> -- Jared StehlerChief Architect - Intellify Learning o: 617.701.6330 x703
|
Thanks for investigating this, Jared. I would summarize it as Flink-on-Mesos cannot be used in Hadoop-free mode in Flink 1.4.0. I filed an improvement bug to support this scenario: FLINK-8247 On Tue, Dec 12, 2017 at 11:46 AM, Jared Stehler <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |