You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by sky <x_...@163.com> on 2017/08/01 01:54:51 UTC

How to Build KUDU JAVA API

Hi all,
    How to build kudu java API?I do not find it from the documentation.

Re: How to Build KUDU JAVA API

Posted by Harsh J <ha...@cloudera.com>.
The README.md under the kudu/java/ directory carries the required commands:
https://github.com/apache/kudu/tree/master/java#building-the-client

git clone git@github.com:apache/kudu.git
cd kudu/java
mvn package -DskipTests

The above should build all the available java modules.

On Tue, 1 Aug 2017 at 07:25 sky <x_...@163.com> wrote:

> Hi all,
>     How to build kudu java API?I do not find it from the documentation.