Hey Adrian, > I inadvertently replied to Shawn only in my original response. I am > bringing this thread back to the list. At this point I do not have an > answer for why the raw value is not showing up. It would be nice to > see the schema for the History and StatusHit tables.
I have no idea about why it doesn't show up either. Also, the code posted can't possibly work without raising an exception. Consider, for instance: hit.raw = Float(obj.last_raw) Storm doesn't allow that assignment. Float is a property (IOW, a Python descriptor) which isn't accepted as a value for another Float property. Again, considering all these issues mentioned, we can't help unless a failing script is provided. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
