its been renamed to mapWithState when 1.6.0 was released. :)
On Thu, Jan 28, 2016 at 1:51 AM, Sebastian Piu <sebastian....@gmail.com> wrote: > 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> > > >