Thanks Tim, I did have the env set. That fixed my testing through maven (mostly). The ConsoleTestSuite still fails (not errors) and the only way any tests pass in eclipse is if I run each test class on its own (which I can do as a work around for now and run full tests from maven)
Chris On Fri, Sep 26, 2014 at 8:36 AM, Tim Williams <[email protected]> wrote: > 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
