Description
HADOOP-1051 added a checkstyle target. However, the compile target fails if the checkstyle jar is present in the lib directory since it includes an earlier version of Commons CLI which Hadoop doesn't compile against.
The simplest solution is to exclude the checkstyle jar from the classpath.