On Fri, Sep 26, 2014 at 7:18 AM, Chris Rohr <[email protected]> wrote: > After rebasing from master here are the steps I followed: > > 1. (from root) mvn -Dhadoop2-mr1 -U -DskipTests clean install > 2. (from blur-console) mvn -Dhadoop2-mr1 test > > Error: > > ERROR MiniCluster - java.io.FileNotFoundException: File > file:apache-blur-0.3.0-incubating-SNAPSHOT/commands does not exist
I wonder if you have $BLUR_HOME env var set up from a previous install? Can you check that? > FATAL Config - Unable to start in dev mode because MiniCluster isn't > in classpath I think this is a red herring - that's line is used for pretty much any problems that happens while instantiating the MiniCluster, it should have a deeper cause when the stack trace prints? Thanks, --tim
