Re: Exception with Java Table API example

2015-04-13 Thread Mohamed Nadjib MAMI
Well, it worked, I replaced 0.9-hadoop1-SNAPSHOT by of0.9-SNAPSHOT. On 13.04.2015 10:20, Mohamed Nadjib MAMI wrote: Here it is: https://gist.github.com/MohamedNadjibMAMI/6dedbea0b33c64928d6a On 13.04.2015 10:14, Robert Metzger wrote: Can you post your pom.xml here: https://gist.github.com/ ?

Re: Exception with Java Table API example

2015-04-13 Thread Robert Metzger
Hi, looks like you are mixing regular flink dependencies with hadoop1 dependencies. Can you replace org.apache.flink flink-table 0.9-hadoop1-SNAPSHOT jar with org.apache.flink flink-table

Re: Exception with Java Table API example

2015-04-13 Thread Mohamed Nadjib MAMI
Here it is: https://gist.github.com/MohamedNadjibMAMI/6dedbea0b33c64928d6a On 13.04.2015 10:14, Robert Metzger wrote: Can you post your pom.xml here: https://gist.github.com/ ? You can also send it privately to me if you don't want to share it via the mailing list. On Mon, Apr 13, 2015 at 10

Re: Exception with Java Table API example

2015-04-13 Thread Robert Metzger
Can you post your pom.xml here: https://gist.github.com/ ? You can also send it privately to me if you don't want to share it via the mailing list. On Mon, Apr 13, 2015 at 10:12 AM, Mohamed Nadjib MAMI wrote: > Hello Robert, > > I'm not using Scala, no Scala dependency in my pom file. > > Than

Re: Exception with Java Table API example

2015-04-13 Thread Mohamed Nadjib MAMI
Hello Robert, I'm not using Scala, no Scala dependency in my pom file. Thanks On 13.04.2015 09:31, Robert Metzger wrote: Hi, the error looks like a mixup of the Scala versions. Are you adding any scala 2.11 dependencies in your pom? On Sun, Apr 12, 2015 at 9:35 PM, Mohamed Nadjib MAMI mai

Re: Exception with Java Table API example

2015-04-13 Thread Robert Metzger
Hi, the error looks like a mixup of the Scala versions. Are you adding any scala 2.11 dependencies in your pom? On Sun, Apr 12, 2015 at 9:35 PM, Mohamed Nadjib MAMI wrote: > Hello, > > Suit to my previous email, apologize, the error was in: *Table table = > tableEnv.toTable(input);* > > Chee

Re: Exception with Java Table API example

2015-04-12 Thread Mohamed Nadjib MAMI
Hello, Suit to my previous email, apologize, the error was in: /Table table = tableEnv.toTable(input);/ Cheers, Mohamed On 12.04.2015 21:33, Mohamed Nadjib MAMI wrote: Hello all, I've just tried the example of Java Table API as-is on the docs but I'm getting this exception: /Exception in

Exception with Java Table API example

2015-04-12 Thread Mohamed Nadjib MAMI
Hello all, I've just tried the example of Java Table API as-is on the docs but I'm getting this exception: /Exception in thread "main" java.lang.NoSuchMethodError: scala.runtime.BooleanRef.create(Z)Lscala/runtime/BooleanRef;// //at org.apache.flink.api.table.trees.TreeNode.exists(TreeNod