This is an automated email from the ASF dual-hosted git repository.
blerer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new b7b6e8b Added blog post and card to blog index
b7b6e8b is described below
commit b7b6e8bd1a8e81a4ea7741124e8938059dabac40
Author: Diogenese Topper <[email protected]>
AuthorDate: Thu Sep 30 15:49:03 2021 -0700
Added blog post and card to blog index
- Blog post is titled "Apache Cassandra Changelog #10"
- Modified blog index page for added blog
---
site-content/source/modules/ROOT/pages/blog.adoc | 25 ++++++
...Apache-Cassandra-Changelog-10-October-2021.adoc | 93 ++++++++++++++++++++++
2 files changed, 118 insertions(+)
diff --git a/site-content/source/modules/ROOT/pages/blog.adoc
b/site-content/source/modules/ROOT/pages/blog.adoc
index 268f404..e73eb44 100644
--- a/site-content/source/modules/ROOT/pages/blog.adoc
+++ b/site-content/source/modules/ROOT/pages/blog.adoc
@@ -14,6 +14,31 @@ NOTES FOR CONTENT CREATORS
[openblock,card-header]
------
[discrete]
+=== Apache Cassandra Changelog #10
+[discrete]
+==== October 5, 2021
+------
+[openblock,card-content]
+------
+Apache Cassandra 4.0.1 is released, and Aleksei Zotov becomes a committer.
Discussions are underway for some key, new feature proposals, including support
for general-purpose transactions and Storage Attached Index (SAI). CEP-11, the
pluggable memtable implementations proposal, has been approved, as has CEP-13
for a denylisting partitions feature.l-making.
+
+[openblock,card-btn card-btn--blog]
+--------
+
+[.btn.btn--alt]
+xref:blog/Apache-Cassandra-Changelog-10-October-2021.adoc[Read More]
+--------
+
+------
+----
+//end card
+
+//start card
+[openblock,card shadow relative test]
+----
+[openblock,card-header]
+------
+[discrete]
=== Join Cassandra at Apachecon 2021
[discrete]
==== August 27, 2021
diff --git
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-Changelog-10-October-2021.adoc
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-Changelog-10-October-2021.adoc
new file mode 100644
index 0000000..f8f9c81
--- /dev/null
+++
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-Changelog-10-October-2021.adoc
@@ -0,0 +1,93 @@
+= Apache Cassandra Changelog #10
+:page-layout: single-post
+:page-role: blog-post
+:page-post-date: October 5, 2021
+:page-post-author: The Apache Cassandra Community
+:description: The Apache Cassandra Community
+:keywords:
+
+image::blog/changelog_header.jpg[Apache Cassandra Changelog]
+Our monthly roundup of key activities and knowledge to keep the community
informed.
+
+== Release Notes
+=== Released
+
+The latest release of Apache Cassandra is
https://www.apache.org/dyn/closer.lua/cassandra/4.0.1[4.0.1,window=_blank]
(https://archive.apache.org/dist/cassandra/4.0.1/apache-cassandra-4.0.1-bin.tar.gz.asc[pgp,window=_blank],
https://archive.apache.org/dist/cassandra/4.0.1/apache-cassandra-4.0.1-bin.tar.gz.sha256[sha256,window=_blank],
and
https://archive.apache.org/dist/cassandra/4.0.1/apache-cassandra-4.0.1-bin.tar.gz.sha512[sha512).
This is a rapid release to fix a https://issues.apache [...]
+
+Note: As the docs are not yet updated, the bintray location for Debian users
is replaced with the https://apache.jfrog.io/artifactory/cassandra/[ASF's JFrog
Artifactory location,window=_blank].
+
+See the https://cassandra.apache.org/download/[download section] for the
latest stable and older supported versions of source and binary distributions.
+
+To stay up-to-date, we recommend joining the Cassandra
xref:community.adoc#join-the-conversation[mailing list].
+
+== Community Notes
+
+_Updates on Cassandra Enhancement Proposals (CEPs), how to contribute, and
other community activities._
+
+_Are you new to the project? We have established a
https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=484.[New
Release tracking Kanboard,window=_blank] and a
"https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=484&quickFilter=2162&quickFilter=2160[Starter
Tickets,window=_blank]" quick label that corresponds to our Low Hanging Fruit
status. Any of these tickets should be of appropriate complexity for someone
new to the project to tackle._
+
+Read PMC member Josh McKenzie’s
https://lists.apache.org/[email protected]:2021-9[bi-weekly
update,window=_blank] for ongoing discussions and the latest on ticket progress.
+
+=== Added
+
+The Project Management Committee (PMC) is pleased to announce that *Aleksei
Zotov* has been invited to
https://lists.apache.org/thread.html/r6ff82e48720931055f5eb0bc494434f5be7959ef78345a642a980419%40%3Cdev.cassandra.apache.org%3E[become
a committer,window=_blank], and he has accepted! Thank you for all your
contributions over the years, Aleksei, and congratulations! 👏
+
+=== Discussed
+
+After the release of Apache Cassandra 4.0, we have many proposed features
(Cassandra Enhancement Proposals or CEPs) under discussion, such as
https://lists.apache.org/thread.html/r33b3040ad0cd874b0ac53d290b6f4f2ecba19a0309c861fc2ee3336d%40%3Cdev.cassandra.apache.org%3E[CEP-15:
General Purpose Transactions,window=_blank] and
https://lists.apache.org/thread.html/r895f4b4db7e27dfe36fa404152dcd6c8fe43ff3529079e55399cf3c5%40%3Cdev.cassandra.apache.org%3E[CEP-17:
Storage Attached Index,window= [...]
+
+=== Passed
+
+https://lists.apache.org/thread.html/rb5e950f882196764744c31bc3c13dfbf0603cb9f8bc2f6cfb976d285%40%3Cdev.cassandra.apache.org%3E[CEP-11,window=_blank]
has passed. This proposal aims to enable users to select a memtable
implementation suitable for their workload and hardware, including long-lived
and persistent memtables. More details are on the
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-11%3A+Pluggable+memtable+implementations[wiki,window=_blank].
+
+=== Passed
+
+The vote for CEP-13 has also
https://lists.apache.org/thread.html/re374669ffc9c1cd6a647b43a67b24eb1b1fe9b2136c76618707acaa1%40%3Cdev.cassandra.apache.org%3E[passed,window=_blank].
This is to add a
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-13%3A+Denylisting+partitions[DenyListing
partitions,window=_blank] feature, enabling operators to disallow the reading
of specific partition keys that could cause undesirable effects on the entire
node or within the cluster. You can read [...]
+
+=== Proposed
+
+We have a formal proposal from Brian Houser for
https://lists.apache.org/thread.html/ree85077637f14435e9eb14e0db887d2e9d94e956ccbf1e1ac9d53aa2%40%3Cdev.cassandra.apache.org%3E[CEP-16:
Auth Plugin Support for CQLSH,window=_blank]. This will ensure that CQLSH has
the same support for different authentication methods that we have for other
Cassandra drivers. For more details, read the
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH[CEP
wiki entr [...]
+
+=== Discussed
+
+As always, there are lots of discussions going on. Ekaterina Dimitrova started
a good conversation on
https://lists.apache.org/thread.html/r507be1624a568765f9d5ec5f6b561885129d0aaeb982e9bd9bf5e01b%40%3Cdev.cassandra.apache.org%3E[standardizing
configuration and JVM parameters,window=_blank] and drove a discussion on
https://lists.apache.org/[email protected]:2021-8[JDK 17
support,window=_blank], which is now being developed. We are also defining
https://lists.apache.org/ [...]
+
+=== Added
+
+The latest release of https://drill.apache.org/download/[Apache Drill
1.19,window=_blank], an open source tool that enables end-users to query
multiple data sources using SQL, now includes a
https://issues.apache.org/jira/browse/DRILL-92[Cassandra plugin,window=_blank].
+
+=== Changed
+
+The Kubernetes SIG has decided to move away from bi-weekly meetings as the
original reasons for running them have been met. The SIG will be moving to a
meetup-style gathering where users will share information and exchange ideas.
If you want to share something at the next gathering, please contact Patrick
McFadin on the
https://the-asf.slack.com/archives/C014SSUAL9E[cassandra-kubernetes,window=_blank]
Slack channel.
+
+== User Space
+
+=== Capital One
+
+“We have modeled customer rewards data in Capital One using Apache Cassandra
to serve real-time microservice-based workloads (customers accessing their
rewards online) and batch Apache Spark workloads (customer statements) at the
same time.” - https://www.youtube.com/watch?v=gtrRY7XziXU[Gokul
Prabagaren,window=_blank]
+
+=== Glassdoor
+
+“At Glassdoor, we use Cassandra to store various datasets needed by search,
machine learning models, and other systems. Since most of these systems are
built on Java, we use Java drivers for Cassandra, for read, write and delete
operations.” -
https://medium.com/glassdoor-engineering/cassandra-driver-configuration-for-improved-performance-and-load-balancing-1b0106ce12bb[Ravi
Varsha,window=_blank]
+
+_Do you have a Cassandra case study to share? Email
mailto:[email protected][[email protected]]_.
+
+== In the News
+
+CIO.com:
https://www.cio.com/article/3631494/hands-on-it-skills-pay-off-more-than-certs-study-says.html[Hands-on
IT Skills Pay off More than Certs, Study Says,window=_blank]
+
+Datanami:
https://www.datanami.com/2021/08/17/whos-winning-in-open-source-data-tech/[Who’s
Winning in Open Source Data Tech?,window=_blank]
+
+InfoWorld:
https://www.infoworld.com/article/3628461/the-long-long-reigns-of-popular-databases.html[The
Long, Long Reigns of Popular Databases,window=_blank]
+
+TFiR:
https://www.tfir.io/instaclustr-offers-apache-cassandra-4-0-on-its-managed-platform/[Instaclustr
Offers Apache Cassandra 4.0 On Its Managed Platform,window=_blank]
+
+== Cassandra Tutorials & More
+
+https://www.youtube.com/watch?v=3UP151FMMzo[Cassandra Powered Workflows To
Automate At Scale,window=_blank] - Maciej Swiderski
+
+https://www.infoq.com/presentations/netflix-cdc-events-cassandra/[Change Data
Capture for Distributed Databases @Netflix,window=_blank] - Raghuram Onti
Srinivasan
+
+https://www.youtube.com/watch?v=F0ilF4b7tUU[Where Apache Cassandra Fits in
Your Data Platform,window=_blank] - Mick Semb Wever
+
+https://blog.anant.us/apache-cassandra-lunch-62-grafana-dashboard-for-apache-cassandra/[Apache
Cassandra Lunch #62: Grafana Dashboard for Apache Cassandra,window=_blank] -
Sarma Pydipally
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]