/** Get the checksum of the source files from which Hadoop was built. */
 public static String getSrcChecksum() {
   return COMMON_VERSION_INFO._getSrcChecksum();
 }