Fwd: Issues with Long subtraction in an RDD when utilising tailrecursion

2016-01-26 Thread Nkechi Achara
Hi, Yep, strangely I get values where the successful auction has a smaller time than the other relevant auctions. I have also attempted to reverse the statement, and I receive auctions that are still greater than the successful auction. But also they are of a greater value. On 26 January 2016 at

Issues with Long subtraction in an RDD when utilising tailrecursion

2016-01-26 Thread Nkechi Achara
down votefavorite I am having an issue with the subtraction of a long within an RDD to filter out items in the RDD that are within a certain time range. So my code filters an

Re: Issues with Long subtraction in an RDD when utilising tailrecursion

2016-01-26 Thread Ted Yu
bq. (successfulAuction.timestampNanos - auction.timestampNanos) < 1000L && Have you included the above condition into consideration when inspecting timestamps of the results ? On Tue, Jan 26, 2016 at 1:10 PM, Nkechi Achara wrote: > > > down votefavorite >