Hi Guys, I updated default profile in pom.xml with system property “useSandbox” = false, so that mvn will run test cases with the Hbase Mini cluster by default; This will facilitate the end users so that they don’t need setup a sandbox and build sample cubes before passing the test cases; For advanced users, a new profile called “sandbox” is added so there is still the option:
mvn test -P sandbox Please note, there are two test cases haven’t been migrated to mini cluster, so they are temporarily in the exclude list in the “default” profile; So far the change is made on “inverted-index” branch; CI has been updated to run test in both profiles; Shaofeng, Shi
