Closed Aaronontheweb closed 7 years ago
Can you share Spark log messages as well? It will help identify why creating SparkContext failed.
BTW, are you able to use Mobius with Spark in local mode or use spark-shell.cmd to connect to your Spark cluster? These steps will help validating code locally and connectivity with remote Spark cluster before submitting your code to the remote cluster.
@skaarthik where can I find the Spark logs for this? I assumed it was all being written out ephemerally to standard out.
I can use spark-shell.cmd and the DataStax Spark / Cassandra connector to contact our remote cluster.
@Aaronontheweb check out https://www.mapr.com/blog/how-log-apache-spark for info on logging in Spark.
Are you using the correct version of Spark (1.6.*) for the version of Mobius (1.6.2) you are using?
I'll give this another try - got the Spark Shell to connect to DSE on 1.6.2.
@Aaronontheweb - closing this issue due to inactivity. Feel free to reopen if needed.
Working on running the built-in Cassandra sample to connect to a local DataStax Enterprise installation I've setup, and using the 1.6.2 release branch of the source code (the latest version of Spark supported by DataStax) I'm not able to successfully submit any of my jobs due to the following error:
I've followed the instructions related to submitting all of the necessary JARs in order to connect to Cassandra with no effect - here's what my commandline looks like:
Running this on Windows 10 from PowerShell, with all of the proper environment variables resolving correctly. Any idea what could be going on here?