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/ ?
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
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
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
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
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
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
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