The hadoop formats should be compatible with any Cassandra version
regardless of which Cassandra-all you include since they communicate with
the driver under the hood and not Cassandra internal libraries. This means
you should feel free to use Cassandra 4 in your integration without fear of
losing
Hi Russell,
Yes, Apache Beam uses hadoop format for Cassandra IO [1]. That test
(HadoopFormatIOCassandraTest) failed [2] when I tried to upgrade Guava
version. Added this information to the ticket.
[1]: https://beam.apache.org/documentation/io/built-in/hadoop/
[2]:
https://github.com/GoogleCloud
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 v
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 version of
Guava.
I just created a ticket
https://issues.apache.org/jira/browse/CASSANDRA-15453 explaining
background.
Before committing anythin