Java 8 Compiler is More Strict
I was trying to build Apache Hadoop 2.0.3-alpha with the ARM Java 8 Preview (to test out hard-float build support, which needs a Hadoop build fix), and I hit a compile error in InputSampler.java in the Map/Reduce code. It seems that the Java 8 compiler won’t allow a raw type to be used in a …