Hi all, In about 50% of my gradle precommit runs, I get a Solr compilation error that looks like this:
/Users/romseygeek/projects/lucene-solr/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsTestUtil.java:44: error: BlockPoolSlice is not public in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl; cannot be accessed from outside package import org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice; From what I can tell, this class is designed to override classes from Hadoop to fix certain bugs, but it seems that gradle is sometimes putting the original Hadoop class files first in the class path, so the overridden class is not picked up. Is anyone else seeing this? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
