Skip to content

type mismatch #12

@abou

Description

@abou

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions