You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "zhaodaming@sunlands.com" <zh...@sunlands.com> on 2018/06/25 03:56:40 UTC

need help!hive metastore

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



zhaodaming@sunlands.com

Re: need help!hive metastore

Posted by Sanchay Javeria <ja...@illinois.edu>.
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 zhaodaming@sunlands.com <
zhaodaming@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
>
> ------------------------------
> zhaodaming@sunlands.com
>