Hi
While using this library, I found a small bug and wrote this:
environment
| lib |
version |
| hadoop |
2.6 |
| spark |
1.5 |
| cassandra |
2.1.8 |
I have run spark2cassandra in the above environment, and I get the following error.
java.lang.NoSuchmethodError: com.goole.common.util.concurrent.Futures.withFallback(…)
This issue has been resolved in the spark-cassandra-connector
ref. https://github.com/datastax/spark-cassandra-connector/blob/master/doc/FAQ.md#how-do-i-fix-guava-classpath-errors
(summary : SPARKC-355 fixes this in the Spark Cassandra Connector 1.6.2 and 2.0.0-M3 and greater releases.)
So how about updating the spark-cassandra-connector version?
Thank you for making good open source.
Hi
While using this library, I found a small bug and wrote this:
environment
I have run
spark2cassandrain the above environment, and I get the following error.java.lang.NoSuchmethodError: com.goole.common.util.concurrent.Futures.withFallback(…)This issue has been resolved in the spark-cassandra-connector
So how about updating the
spark-cassandra-connectorversion?Thank you for making good open source.