Hello Alexey Serbin, Attila Bukor, Kudu Jenkins, Andrew Wong, Adar Dembo, Hao
Hao,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15360
to look at the new patch set (#2).
Change subject: [build] Use Gradle to build the hms-plugin jar
......................................................................
[build] Use Gradle to build the hms-plugin jar
In an effort to unify how we build Java from cmake/make, this
patch converts the `hms-plugin.jar` compilation from using
`add_jar` to using `add_custom_command` calling a Gradle
command.
I also added `--quiet --console=plain` command line flags to
the Gradle commands to prevent weird Gradle logging within the
make build.
Change-Id: I3312b1605c4f050380264688f9d1b78038608257
---
M src/kudu/hms/CMakeLists.txt
M src/kudu/subprocess/CMakeLists.txt
2 files changed, 23 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/15360/2
--
To view, visit http://gerrit.cloudera.org:8080/15360
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3312b1605c4f050380264688f9d1b78038608257
Gerrit-Change-Number: 15360
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)