I'm running emr-5.2.0 with Spark 2.0.2 and I'm getting an error when trying to use the new 5.1.1 release.
Any ideas why?
$ spark-shell --packages org.elasticsearch:elasticsearch-hadoop:5.1.1
...
Exception in thread "main" java.lang.RuntimeException: [unresolved dependency: org.pentaho#pentaho-aggdesigner-algorithm;5.1.5-jhyde: not found, unresolved dependency: cascading#cascading-hadoop;2.6.3: not found, unresolved dependency: cascading#cascading-local;2.6.3: not found]
at org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1076)
at org.apache.spark.deploy.SparkSubmit$.prepareSubmitEnvironment(SparkSubmit.scala:294)
at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:158)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:124)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)