Re: If reading from materialized view with a consistency level of quorum am I guaranteed to have the most recent view?

2017-02-10 Thread Russell Spitzer
PRIMARY KEY ( (Partition key), Clustering Keys) : On Fri, Feb 10, 2017 at 10:59 AM DuyHai Doan wrote: > See my blog post to understand how MV is implemented: > http://www.doanduyhai.com/blog/?p=1930 > > On Fri, Feb 10, 2017 at 7:48 PM, Benjamin Roth

Re: Github pull requests

2016-08-26 Thread Russell Spitzer
This is one of my favorite aspects of how contributions to Spark work. This also makes it easier to have automated testing on new branches automatically occurring. -Russ On Fri, Aug 26, 2016 at 8:45 AM Ben Coverston wrote: > I think it would certainly make

Re: Infinite loop in org.apache.cassandra.hadoop.cql3.CqlBulkRecordWriter

2019-04-03 Thread Russell Spitzer
I would recommend using the Spark Cassandra Connector instead of the Hadoop based writers. The Hadoop code has not had a lot of love in a long time. See https://github.com/datastax/spark-cassandra-connector On Wed, Apr 3, 2019 at 12:21 PM Brett Marcott wrote: > Hi folks, > > I am noticing my

Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Russell Spitzer
pgrade Guava > version. Added this information to the ticket. > > [1]: https://beam.apache.org/documentation/io/built-in/hadoop/ > [2]: > https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/1028#issuecomment-557680928 > > On Sun, Dec 15, 2019 at 10:36 PM Russell S

Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Russell Spitzer
Why does the beam integration rely on Cassandra all, does it use the hadoop formats? On Sun, Dec 15, 2019, 9:07 PM Tomo Suzuki wrote: > Hi Cassandra developers, > > I want to backport the Guava version upgrade (CASSANDRA-15248) into > 3.11 branch, so that cassandra-all:3.11.X works with higher