Yeah, that seems to work. After the change I don't see the compiler errors anymore (tested on 1.6.0_37). I still have no clue why, but right now I'll take what I can get :)
Thanks, Matthias On Monday, 2013-05-06, Josh Wills wrote: > I got it to work on 1.6.0_31 when I moved the three static classes defined > inside of Comparators into their own files under the sort package and > updated o.a.c.lib.Sort to reference the new classes (got rid of Comparators > in the process.) Does that work for you? I'm working on some patches based > off of that change, so let me know if that does the trick and I'll cut a > new RC. > > J > > > On Mon, May 6, 2013 at 10:25 PM, Matthias Friedrich <[email protected]> wrote: > > > The same version that works for you :-( > > > > $ java -version > > java version "1.6.0_45" > > Java(TM) SE Runtime Environment (build 1.6.0_45-b06) > > Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) > > $ > > > > I've seen older versions fail, too. BTW, this is a completely fresh > > installation of Ubuntu 13.04. > > > > On Monday, 2013-05-06, Josh Wills wrote: > > > @Matthias I can replicate the failure w/JDK 1.6.0_31, but the problem > > > doesn't seem to exist in 1.6.0_45. Which version are you running? > > > > > > > > > On Mon, May 6, 2013 at 12:56 PM, Christian Tzolov < > > > [email protected]> wrote: > > > > > > > +1 for the release > > > > > > > > - Verified the checksums (compared them manually on my Mac OS X). > > > > - Successfully build/itest for Hadoop-1 and Hadoop-2 > > > > - LICENSE and NOTICE seems ok. (i've updated the wiki page to remove > > > > the DISCLAIMER check) > > > > > > > > @Matthias are you experiencing those issues when building from the > > release > > > > tag or the from the release bundle (e.g. -src.gz)? > > > > > > > > Chris > > > > > > > > > > > > On Mon, May 6, 2013 at 7:43 PM, Josh Wills <[email protected]> > > wrote: > > > > > > > > > Yeah, I was vaguely afraid of that. Will give it a go later today > > and see > > > > > what I can deduce. > > > > > > > > > > J > > > > > > > > > > > > > > > On Mon, May 6, 2013 at 10:37 AM, Matthias Friedrich <[email protected]> > > > > wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > it's happening again: > > > > > > > > > > > > [ERROR] Failed to execute goal > > > > > > org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile > > > > > > (default-compile) on project crunch-core: Compilation failure: > > > > > Compilation > > > > > > failure: > > > > > > [ERROR] > > > > > > > > > > > > > > > > > /tmp/crunch/crunch-core/src/main/java/org/apache/crunch/lib/sort/Comparators.java:[95,54] > > > > > > cannot find symbol > > > > > > [ERROR] symbol : class WritableComparator > > > > > > [ERROR] location: class org.apache.crunch.lib.sort.Comparators > > > > > > > > > > > > Renaming the base directory to something else seems to help > > > > > > *sometimes*, but I have no clue why. Since this has happened on > > > > > > several different machines I'm going to abstain from this vote > > unless > > > > > > I can figure this out tomorrow. > > > > > > > > > > > > From a purely formal point of view the release looks fine ;-) > > > > > > > > > > > > Regards, > > > > > > Matthias > > > > > > > > > > > > On Monday, 2013-05-06, Josh Wills wrote: > > > > > > > Hello, > > > > > > > > > > > > > > This is a call for a vote on releasing the following candidate as > > > > > Apache > > > > > > > Crunch 0.6.0. This is our first release candidate as an Apache > > TLP, > > > > > which > > > > > > > is a pretty good feeling. The release fixes the following issues: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313526&version=12324076 > > > > > > > > > > > > > > The vote will be open for at least 72 hours. We need 3 PMC > > member +1s > > > > > in > > > > > > > order to make the release. > > > > > > > > > > > > > > Release artifacts: > > > > > > > http://people.apache.org/~jwills/crunch-0.6.0-RC0/< > > > > > > http://people.apache.org/~jwills/crunch-0.5.0-incubating-RC0/> > > > > > > > > > > > > > > Maven staging repo: > > > > > > > > > > > > > > https://repository.apache.org/content/repositories/orgapachecrunch-007/ > > > > > > > > > > > > > > The tag to be voted upon: > > > > > > > > > > > > > > > > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=crunch.git;a=tag;h=b9afd9609af76690ee4b0f71ac4eb7356cd984b0 > > > > > > > > > > > > > > Crunch's KEYS file: > > > > > > > http://www.apache.org/dist/crunch/KEYS > > > > > > > > > > > > > > Thanks, > > > > > > > Josh > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Director of Data Science > > > > > Cloudera <http://www.cloudera.com> > > > > > Twitter: @josh_wills <http://twitter.com/josh_wills> > > > > > > > > > > > > > > > > > > > > > -- > > > Director of Data Science > > > Cloudera <http://www.cloudera.com> > > > Twitter: @josh_wills <http://twitter.com/josh_wills> > > > > > > -- > Director of Data Science > Cloudera <http://www.cloudera.com> > Twitter: @josh_wills <http://twitter.com/josh_wills>
