At the moment, 'make install' only installs the C++ client library and headers. It's not a full install of Kudu, though we've talked about expanding it to do that (it'd simplify packaging for Cloudera as well as for the rest of the community).
On Fri, Feb 19, 2016 at 5:02 PM, Stack <[email protected]> wrote: > +1 > > Checked hash and signature. > The license issues I saw have been cleaned up. > Built it. Ran unit tests. All passed. > Made docs. Poked around. Looks good. > > Did: > > $ sudo make DESTDIR=/opt/kudu install > > and then tried... > > $ sudo service kudu-master stop > > but... no init scripts installed. > > Should there be? > > St.Ack > > On Tue, Feb 16, 2016 at 7:12 PM, Jean-Daniel Cryans <[email protected]> > wrote: > > > Hi, > > > > Here's the third release candidate for Apache Kudu (incubating) 0.7.0. > > > > The is a source-only release. The artifacts were staged here: > > https://dist.apache.org/repos/dist/dev/incubator/kudu/0.7.0-RC3/ > > > > It was built from this tag: > > > > > https://git1-us-west.apache.org/repos/asf?p=incubator-kudu.git;a=commit;h=f9971b3990bb9b687ad7e64a73cc3aedbcc694e7 > > > > The list of all issues fixed is found following this link > > < > > > https://issues.cloudera.org/issues/?jql=project%20%3D%20Kudu%20AND%20status%20in%20%20(Resolved)%20AND%20fixVersion%20%3D%200.7.0%20ORDER%20BY%20key%20ASC > > > > > . > > > > The following commits made it in since the last RC: > > f9971b3 KUDU-1328: crash when remote bootstrap session races with tablet > > deletion > > 70b6ff1 Fix CSD and C++11 doc > > ba5b585 Add ASL2.0 license headers to files missing it > > > > The release notes are found here (linking to github for prettier > printing): > > > > > https://github.com/cloudera/kudu/blob/0.7.0-RC3/docs/release_notes.adoc#release-notes-specific-to-0-7-0 > > > > KEYS file: > > http://www.apache.org/dist/incubator/kudu/KEYS > > > > I'd suggest going through the README, building Kudu, and running the unit > > tests. > > > > Please try the release and vote; vote will be open for at least 72 hours. > > > > Thanks, > > > > J-D > > >
