Skip to content

Tag: apache-spark

BiGrams Spark using java

I already have the sentences in a RDD and the output looks like: RT @DougJ7777: If Britain wins #Eurovision then we have to rejoin the EU. It’s in the rules. #Eurovision2018 RT @Mystificus: Of course I’ll watch #eurovision tonight. After all, 200 million people can’t be wrong, can they? Er&#…

Scala No Method Found Exception

I am using getting the below line of error : My Pom : Any help regarding this ? Answer Check mvn dependency:tree. All your Scala libs will be suffixed with the major Scala version: All of them need to be the same major version otherwise you’ll get binary incompatible libs at runtime. Your maven pom shou…