dbpedia-spotlight / wikipedia-stats-extractor

Raw Wikipedia counts for entity linking
19 stars 5 forks source link

type mismatch #12

Open abou opened 8 years ago

abou commented 8 years ago

Hi,

I have this error while trying to compile the project

/src/main/scala/org/dbpedia/spotlight/wikistats/ComputeStats.scala:99: error: type mismatch; [ERROR] found : org.apache.spark.rdd.RDD[Nothing] [ERROR] required: org.apache.spark.rdd.RDD[(Long, String, Int)] [ERROR] Note: Nothing <: (Long, String, Int), but class RDD is invariant in type T. [ERROR] You may wish to define T as +T instead. (SLS 4.5) [ERROR] spotterSfsRDD

Regards,