Skip to content

Commit

Permalink
#45: Downgrading json4s-jackson because we get `java.lang.NoSuchMeth…
Browse files Browse the repository at this point in the history
…odError: org.json4s.jackson.JsonMethods$.parse`.
  • Loading branch information
manuelkiessling committed Jan 18, 2017
1 parent 06840e8 commit fe9abc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ create all table structures using a single connection.

On the production cluster master:
- `source /etc/journeymonitor/app-analyze-env.sh`
- `cd /opt/spark-1.5.1-bin-hadoop-2.6_scala-2.11`
- `cd /opt/spark-2.0.2-bin-hadoop2.7`
- `./bin/spark-shell --packages com.datastax.spark:spark-cassandra-connector_2.11:1.5.0-M2,org.json4s:json4s-native_2.11:3.3.0 --master spark://service-misc-experiments-1:7077 --conf spark.cassandra.connection.host=$JOURNEYMONITOR_ANALYZE_SPARK_CASSANDRAHOST`

Within the shell, proceed as follows to work with data in Cassandra:
Expand Down
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_${scala.compat.version}</artifactId>
<version>3.5.0</version>
<version>3.2.11</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit fe9abc1

Please sign in to comment.