built problem - flink 0.9-SNAPSHOT

2015-06-11 Thread Felix Neutatz
Hi, the documentation says: "It [the built of the 0.9 snapshot] works well with OpenJDK 6 and all Java 7 and 8 compilers." But I got the following error: [INFO] --- scala-maven-plugin:3.1.4:compile (scala-compile-first) @ flink-runtime --- [INFO] /share/flink/flink-0.9-SNAPSHOT-wo-Yarn/flink-run

Re: built problem - flink 0.9-SNAPSHOT

2015-06-11 Thread Ufuk Celebi
This is on an IBM PowerPC machine, right? Since this MXBeans are from the com.sun.* namespace, I'm not sure if this can be fixed w/o loading the MX beans depending on the JVM. For your JVM, the classes are located in "com.ibm.lang.management.*" and not "com.sun.management.*". On 12 Jun 2015, a

Re: built problem - flink 0.9-SNAPSHOT

2015-06-11 Thread Felix Neutatz
Yes, it is on a IBM PowerPC machine. So we change that in the documentation to all Java 7,8 ( except IBM Java)? 2015-06-12 0:34 GMT+02:00 Ufuk Celebi : > This is on an IBM PowerPC machine, right? > > Since this MXBeans are from the com.sun.* namespace, I'm not sure if this > can be fixed w/o load

Re: built problem - flink 0.9-SNAPSHOT

2015-06-11 Thread Ufuk Celebi
On 12 Jun 2015, at 00:42, Felix Neutatz wrote: > Yes, it is on a IBM PowerPC machine. So we change that in the documentation > to all Java 7,8 ( except IBM Java)? Yes, you can also open an issue to investiage this further.

Re: built problem - flink 0.9-SNAPSHOT

2015-06-11 Thread Felix Neutatz
done: https://issues.apache.org/jira/browse/FLINK-2208 2015-06-12 0:50 GMT+02:00 Ufuk Celebi : > > On 12 Jun 2015, at 00:42, Felix Neutatz wrote: > > > Yes, it is on a IBM PowerPC machine. So we change that in the > documentation > > to all Java 7,8 ( except IBM Java)? > > Yes, you can also open