AshisParajuli
AshisParajuli

Reputation: 689

Getting error while indexing a spark Dataset<Row> in Elasticsearch.

Here mergedCrunchAndLinkedIn is my dataset

 JavaEsSpark.saveToEs(mergedCrunchAndLinkedIn.toJavaRDD(), "spark/docs1");

enter image description here

Upvotes: 4

Views: 106

Answers (1)

Mr.spark
Mr.spark

Reputation: 60

Use this problem will be resolved compile group: 'org.elasticsearch', name: 'elasticsearch-spark-20_2.11', version: '5.0.0-beta1'

Upvotes: 2

Related Questions