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 [email protected]: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 <[email protected]> wrote: > Hi all, > How to build kudu java API?I do not find it from the documentation.
