Sam Ritchie

Results 356 comments of Sam Ritchie

Hey, I bet we can fix this with a "provided" dependency. What do you think?

I think that makes a lot of sense. What I meant is that it would be advantageous if Pail could serialize objects using Hadoop's Serialization interface, rather than specifying `serialize`...

Update -- we're thinking ``` java public interface PailStructure extends Serializable { public boolean isValidTarget(String... dirs); public String getSerializations(); public List getTarget(T object); public String getType(); public Map getMetadata(); }...

Pretty clear that Bijection would be a good thing here.

The only thing preventing this change is a solid maintainer. If you'd be interested I'd be happy to add you to the list! On Thu, May 5, 2016 at 12:29...

@jiacai2050, I'm sure that's fine. I'm so out of the loop that I don't really understand what needs work, but if you have anything you'd like to work on I...

@jiacai2050 I've been out of the Cascalog game for maybe 6 years now so unfortunately I don't. Best of luck!

What cascading version and cascalog versions are you using? This reminds me of an iterator bug we fixed a while ago. — Sent from Mailbox On Sat, Oct 31, 2015...

Yeah, this is fixed in 3.0.0-SNAPSHOT, which I think I the latest version off of master. Want to give that a shot? We're due for a new release for sure....