You should build the source code first and then run the tests. Try this - mvn clean install -DskipTests && mvn -Dtest=className.java#TestMethod() -DfailIfNoTests=false test
Replace className.java#TestMethod() with whatever test you want to run. On Sun, Jun 24, 2018 at 9:16 PM zhaodam...@sunlands.com < zhaodam...@sunlands.com> wrote: > English is not my first languge.. > > I download hive project source code from https://github.com/apache/hive > I need to run some junit test for learn hive hcatalog streaming mutation > ,because it`s has only a little demo in source code junit test. > but when I download hive project ,I find hive-metastore and > hive-standalone-metastore is depend on each other,that cause build > failed,could anyone to help me...Thank you , > > > but when I download source code ,hive-me > > ------------------------------ > zhaodam...@sunlands.com >