so as the spark streaming documentation says:
Twitter: Spark Streaming’s TwitterUtils uses Twitter4j 3.0.3 to get the public stream of tweets using Twitter’s Streaming API.
Since i need to work with some functions that aren't supported in this version like getLang(), i want to upgrade this version.
Until now i've imported twitter4J version 4.0.4 jars within my eclipse project but it still recognizing only the 3.0.3 version.
Help!