Chris K Wensel

Results 28 comments of Chris K Wensel

this is a good request. I could publish to maven snapshot repo, but unsure of the rules and accessibility (re requiring creds). unfortunately the builds take many hours, and I...

fwiw, I have a full build server (on my network). everything is automated already, only I can see it for now (it was open in the past, but got bricked...

ok, let's solve the first problem, getting WIPs from behind a credential wall. I'll research the rules on Maven central, but snapshot builds (which semantically WIPs are) aren't allowed. But...

so there isn't any confusion, Cascading final release are published to Maven Central (sontatype) - https://search.maven.org/search?q=g:net.wensel WIP release are not, because they are simply `SNAPSHOT` releases under a different name,...

refreshed my memory a bit on this subject. Distributing snapshot (or intermediate builds) isn't the intended purpose of Maven Central. There is a managed repository for `-SNAPSHOT` releases (https://s01.oss.sonatype.org/content/repositories/snapshots/) we...

A couple things to note. The concept of 'commit' is about how/when data written to temporary (the `_temporary` folder) locations are renamed/moved into their permanent locations. But when writing to...

@archcosmo please reopen this if you are still having issues.

Sorry for the delay in responding. I use `PartitionTap` heavily and would love it to be improved upon. But all the commit magic isn't something I've wanted to touch for...

I can reproduce this on MapReduce and have a tentative fix, but the new tests also fail on Tez, so will need more time to find a resolution. This fix...