Hi, I am facing classpath issues when I try to use newer version (e.g. 2.1.x or 3.0.x) of cassandra library for CassandraOutputOperator.
>From datastax documents looks like we need to include few more libraries to setup java environment. (reference: http://docs.datastax.com/en/developer/java-driver/2.1/java-driver/reference/settingUpJavaProgEnv_r.html ). When I included the required libraries my ClassNotFound issue was resolved but then I was getting some methods missing error. Looks like, apex platform also uses guava library and it's version is lower than 14.0.1, I couldn't find the source though (Note: I was just trying to run unit tests here, not an application). Has anyone faced such issue earlier? -Priyanka
