Hi All, I am trying to install apache-blur-0.2 out of git but I am running into an issue. I have the project built and the distro deployed, but when I try to run ./start-all.sh, I recieve an error indicating compilation problems:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: org.apache.commons.logging.LogFactory cannot be resolved to a type at org.apache.blur.log.LogFactory.getLog(LogFactory.java:26) at org.apache.blur.thrift.ThriftServer.<clinit>(ThriftServer.java:68) I've attempted adding in a commons-logging provided dependency to the blur-util sub-project, but that just leads to another issue: Exception in thread "main" java.lang.Error: Unresolved compilation problem: at org.apache.blur.thrift.ThriftBlurControllerServer.main(ThriftBlurControllerServer.java:79) I'm working against the hadoop-2.2 profile. Any help would be appreciated. Thanks! Chris
