[ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Todd Lipcon
The Apache Kudu team is happy to announce the release of Kudu 1.0.0! Kudu is an open source storage engine for structured data which supports low-latency random access together with efficient analytical access patterns. It is designed within the context of the Apache Hadoop ecosystem and supports

RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread Todd Lipcon
I'm doing a bit of Consensus refactoring, and finding that the raft_consensus-test mock-based test is a bit of a roadblock to refactoring. We don't use gmock anywhere else, and so whenever I look at this code I quickly develop a head-ache trying to understand what it's doing. Looking through the t

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Jacques Nadeau
Congrats to everyone. This is a great accomplishment! On Tue, Sep 20, 2016 at 12:11 AM, Todd Lipcon wrote: > The Apache Kudu team is happy to announce the release of Kudu 1.0.0! > > Kudu is an open source storage engine for structured data which supports > low-latency random access together with

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Aminul Islam
Congrats On Sep 20, 2016 9:35 PM, "Jacques Nadeau" wrote: > Congrats to everyone. This is a great accomplishment! > > On Tue, Sep 20, 2016 at 12:11 AM, Todd Lipcon wrote: > >> The Apache Kudu team is happy to announce the release of Kudu 1.0.0! >> >> Kudu is an open source storage engine for str

RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread David Alves
+1, we've since broadened our coverage in other tests that those cases are covered elsewhere. Plus I agree that with the queue taking more responsibility mocking it becomes a hardship. -david > I'm doing a bit of Consensus refactoring, and finding that the > raft_consensus-test mock-based test

Re: RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread Todd Lipcon
Great, glad you agree. It also feels good to delete 700 lines of code :) I included the removal in this patch: https://gerrit.cloudera.org/#/c/4476/ Planning on moving it from "WIP" state to commitable hopefully today, but already worth a cursory look to make sure the direction of the refactor is

Re: RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread Adar Dembo
Does this mean we should also remove gmock from thirdparty and go back to plain gtest? Or are we still making use of other gmock features (not related to mocking, if any)? On Tuesday, September 20, 2016, Todd Lipcon wrote: > Great, glad you agree. It also feels good to delete 700 lines of code :

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Benjamin Kim
This is awesome!!! Great!!! Do you know if any improvements were also made to the Spark plugin jar? Thanks, Ben > On Sep 20, 2016, at 12:11 AM, Todd Lipcon wrote: > > The Apache Kudu team is happy to announce the release of Kudu 1.0.0! > > Kudu is an open source storage engine for structured

Re: RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread Todd Lipcon
On Tue, Sep 20, 2016 at 11:06 AM, Adar Dembo wrote: > Does this mean we should also remove gmock from thirdparty and go back to > plain gtest? Or are we still making use of other gmock features (not > related to mocking, if any)? > I think the gtest and gmock projects have actually merged at thi

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Todd Lipcon
-announce On Tue, Sep 20, 2016 at 11:34 AM, Benjamin Kim wrote: > This is awesome!!! Great!!! > > Do you know if any improvements were also made to the Spark plugin jar? > Looks like a few changes based on the git log: https://gist.github.com/4fa3ccc3b9be787227fed89c1bd42837 as well as a numb

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Benjamin Kim
Todd, Thanks. I’ll look into those. Cheers, Ben > On Sep 20, 2016, at 12:11 AM, Todd Lipcon wrote: > > The Apache Kudu team is happy to announce the release of Kudu 1.0.0! > > Kudu is an open source storage engine for structured data which supports > low-latency random access together with

Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Matteo Durighetto
2016-09-20 9:11 GMT+02:00 Todd Lipcon : > The Apache Kudu team is happy to announce the release of Kudu 1.0.0! > > Kudu is an open source storage engine for structured data which supports > low-latency random access together with efficient analytical access > patterns. It is designed within the co