I wanted to give the new trackStateByKey method a try, but I'm missing something very obvious here as I can't see it on the 1.6.0 jar. Is there anything in particular I have to do or is just maven playing tricks with me?
this is the dependency I'm using: <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-streaming_2.10</artifactId> <version>1.6.0</version> </dependency>