Re: Problem in loop (for loop) with Cascalog results

2014-04-26 Thread sindhu hosamane
> > Thanks a lot . i got it wrong in my cascalog query. Now it worked. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

Re: Problem in loop (for loop) with Cascalog results

2014-04-23 Thread Di Xu
Isn't your "loop [hour-part 01]" should be "loop [minute-part 01]"? because you recur with "(recur (+ minute-part 01))"? I'm not very familiar with cascalog, maybe you should post this to https://groups.google.com/forum/#!forum/cascalog-user Thanks, Di Xu 2014-04-23 20:15 GMT+08:00 sindhu hosam

Problem in loop (for loop) with Cascalog results

2014-04-23 Thread sindhu hosamane
Hello friends , i want to get results using cascalog queries .I need to get data between 2 timestamps datefrom and dateto as shown below in code . I have a problem in loop , where i cannot update the timestamp value . I am using clojure cli-time . (ns Recallnack.core (:use [cascalog.api]