Re: Serialize input path

2014-09-05 Thread jerryye
Thanks for the response Sean. As a correction. The code I provided actually ended up working. I tried to reduce my code down but I was being overzealous and running count actually works. The minimal code that triggers the problem is this: val userProfiles = lines.map(line => {parse(line)}).map(js

Re: Serialize input path

2014-09-04 Thread Sean Owen
How about: val range = Range.getRange.toString val notWorking = "path/output_{" + range +"}/*/*" On Fri, Sep 5, 2014 at 3:45 AM, jerryye wrote: > Hi, > I have a quick serialization issue. I'm trying to read a date range of input > files and I'm getting a serialization issue when using an input p