I have a problem in scala. I need to remove stopwords from an RDD[String] txt file.
val sc = new SparkContext(conf) val tweetsPath = args(0) val outputDatase