Also it might be worth reading: https://github.com/nathanmarz/storm/wiki/Serialization
On Thu, Mar 27, 2014 at 9:01 AM, Dan Guja <[email protected]> wrote: > Try this: > (DateTime)tuple.getValueByField("myDateTimeFieldName"); > > > On Thu, Mar 27, 2014 at 8:50 AM, michael campbell < > [email protected]> wrote: > >> >> How do you put a datetime, let's say a jodatime datetime value, in a >> tuple? >> >> How do you get a datetime out of a tuple, what sort of method corresponds >> to tuple.getLongByField for a datetime? >> >> Michael Campbell >> >> -- >> >> >> >
