Re: Cluster installation gives java.lang.NoClassDefFoundError for everything

2015-11-11 Thread Maximilian Michels
ssLoader.java:217) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:205) > at java.lang.ClassLoader.loadClass(ClassLoader.java:323) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:2

RE: Cluster installation gives java.lang.NoClassDefFoundError for everything - solved

2015-11-11 Thread Camelia Elena Ciolac
de) Best regards, Camelia From: Camelia Elena Ciolac Sent: Wednesday, November 11, 2015 10:41 AM To: user@flink.apache.org Subject: RE: Cluster installation gives java.lang.NoClassDefFoundError for everything - detailed debugging Hello, As promised, I come back with

Re: Cluster installation gives java.lang.NoClassDefFoundError for everything

2015-11-11 Thread Robert Metzger
he.flink.client.CliFrontend "$@" >> >> >> ==> gave: >> >> flink ~ >> /users/camelia/thecluster >> flink ~ >> >> /users/camelia/thecluster/flink-0.9.1/lib/flink-dist-0.9.1.jar:/users/camelia/theclu

RE: Cluster installation gives java.lang.NoClassDefFoundError for everything

2015-11-11 Thread Camelia Elena Ciolac
15 2:32 PM To: user@flink.apache.org Subject: Cluster installation gives java.lang.NoClassDefFoundError for everything Hello, I am configuring Flink to run on a cluster with NFS. I have the Flink 0.9.1 distribution in some path in NFS and I added that path in ~/.bashrc as FLINK_HOME, and als

Re: Cluster installation gives java.lang.NoClassDefFoundError for everything

2015-11-09 Thread Stephan Ewen
The distributed "start-cluster.sh" script works only, if the code is accessible under the same path on all machines, which must be the same path as on the machine where you invoke the script. Otherwise the paths for remote shell commands will be wrong, and the classpaths will be wrong as a result.