My program was already working nicely using CountVectorizer from pyspark.ml package. But, this CountVectorizer doesn't have maxDF parameter like CountVectorizer in sklearn.feature_extraction.text package which remove term that appear too frequent in document list. Is there any way to apply that to CountVectorizer from pyspark.ml package?