Commit Graph

65 Commits

Author SHA1 Message Date
mck 50bf9b6aae
Generation of in-tree html and manpages documentation
patch by Mick Semb Wever; reviewed by Anthony Grasso for CASSANDRA-17260
2026-04-10 19:36:50 +02:00
Andy Tolbert f80a234d1e Migrate sstableloader code to its own tools directory and artifact
As part of a broader effort to decouple java driver code from the
server code, this moves sstableloader to its own tools directory.

As sstableloader is also used as a library (CASSANDRA-10637), added
a new artifact 'cassandra-sstableloader' that will get deployed to
maven along with 'cassandra-all'.

While I expect this is likely a niche use case, this will allow users
to continue using BulkExport as a library.

Moves sstableloader-specific targets to its own build.xml in
tools/sstableloader/build.xml.

Also updates IDE project files and circleci to utilize new
sstableloader-specific targets.

patch by Andy Tolbert; reviewed by Stefan Miklosovic and Mick Semb Wever for CASSANDRA-20328
2025-05-18 12:35:52 -05:00
Claude Warren 5d46ff2796
Remove dependency on Sigar in favor of OSHI
patch by Claude Warren; reviewed by Stefan Miklosovic, Jacek Lewandowski, Michael Semb Wever for CASSANDRA-16565

Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2024-01-23 11:54:20 +01:00
Stefan Miklosovic a503ae4013
Merge branch 'cassandra-4.1' into cassandra-5.0 2023-09-05 15:45:40 +02:00
Stefan Miklosovic c6f74d231f
Merge branch 'cassandra-4.0' into cassandra-4.1 2023-09-05 15:42:52 +02:00
Stefan Miklosovic 8e34d1306b
Merge branch 'cassandra-3.11' into cassandra-4.0 2023-09-05 15:40:01 +02:00
Stefan Miklosovic 6c7ed52bb2
Add cqlshrc.sample and credentials.sample into Debian package
The underlying functionality for credentials.sample was firstly introduced in Cassandra 4.1

patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18818
2023-09-05 15:36:31 +02:00
ayushis 6ab45971fc
Introduce pluggable crypto providers and default to Amazon Corretto Crypto Provider
patch by Ayushi Singh; reviewed by Stefan Miklosovic, Michael Semb Wever and Maxim Muzafarov for CASSANDRA-18624

Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2023-07-28 12:15:33 +02:00
Andrés de la Peña e72ec4e828 Add sstablepartitions offline tool to find large partitions in sstables
patch by Andrés de la Peña and Robert Stupp; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-8720

Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
Co-authored-by: Robert Stupp <snazy@snazy.de>
2023-05-04 13:33:16 +01:00
Bereng 30ad754d7e Pre hashed passwords in CQL
patch by Robert Stupp and Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-17334

Co-authored-by: Robert Stupp <snazy@snazy.de>
Co-authored-by: Berenguer Blasi <berenguerblasi@gmail.com>
2022-03-23 07:20:14 +01:00
Brandon Williams be9db0980b Rename cassandra-topology.properties to example
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-16912
2021-11-16 10:10:15 -06:00
Mick Semb Wever 3259d6de37 Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
- This removes lib/ from version control.
- The generated pom files are now the source of truth to the project's depdendencies, and the lib/ folder re-created during the build from compile scope dependencies excluding provided and system scopes. Project dependencies are first downloaded to the maven local repository at `~/.m2/repository`.
- Maven is now required to be installed to build, that is the `mvn` command needs to be found in the path.
- The new resolver-ant-tasks targets have been encapsulated into the `build/build-resolver.xml` ant file.
- Most classpaths in build.xml are replaced with resolver:resolve definitions.
- The build-deps-pom generated pom file is now only used for declaring test dependencies.

 patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16557
2021-07-25 11:35:45 -05:00
Mick Semb Wever cf39d03127
Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks
- This removes lib/ from version control.
- The generated pom files are now the source of truth to the project's depdendencies, and the lib/ folder re-created during the build from compile scope dependencies excluding provided and system scopes. Project dependencies are first downloaded to the maven local repository at `~/.m2/repository`.
- Maven is now required to be installed to build, that is the `mvn` command needs to be found in the path.
- The new resolver-ant-tasks targets have been encapsulated into the `build/build-resolver.xml` ant file.
- Most classpaths in build.xml are replaced with resolver:resolve definitions.
- The build-deps-pom generated pom file is now only used for declaring test dependencies.

 patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16391
2021-04-02 10:17:08 +02:00
Marcus Eriksson 9a30167909 ninja fix build, add jmxtool to rpm and deb packaging 2020-09-16 12:55:44 +02:00
Stefan Miklosovic ecf2c9ccd4
Add fqltool and auditlogviewer to rpm and deb packages
patch by Stefan Miklosovic; reviewed by Mick Semb Wever for CASSANDRA-14712
2020-06-03 18:31:26 +02:00
Michael Shuler 3a87604e4c Use quilt to patch cassandra.in.sh in Debian packaging
Patch by Michael Shuler; Reviewed by Jan Karlsson for CASSANDRA-14710
2019-05-09 10:55:09 -05:00
Robert Stupp 6ba2fb9395 Make C* compile and run on Java 11 and Java 8
patch by Robert Stupp; reviewed by Jason Brown for CASSANDRA-9608
2018-07-26 18:20:00 +02:00
Michael Shuler f63ea27276 Merge branch 'cassandra-2.2' into cassandra-3.0 2017-04-10 09:11:32 -05:00
Michael Shuler 590e1512a9 Merge branch 'cassandra-2.1' into cassandra-2.2 2017-04-10 09:09:22 -05:00
Jan Urbański 3dfc78449a Add conf/hostpot_compiler to debian packaging
Patch by Jan Urbański; reviewed by Michael Shuler for CASSANDRA-13092
2017-04-10 09:06:13 -05:00
T Jake Luciani 5d37fc4c4e Merge branch 'cassandra-2.2' into cassandra-3.0 2016-04-26 13:13:42 -04:00
T Jake Luciani cfc398e818 Add missing tools to debian package
Patch by tjake and Michael Shuler; reviewed by Michael Shuler for CASSANDRA-11642
2016-04-26 13:08:03 -04:00
Paulo Motta 1415fa512a Revert 7486, make CMS default GC, move gc opts to conf/jvm.options
Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10403
2015-10-14 14:36:52 -04:00
T Jake Luciani 356c755a3b fix debian packaging 2015-08-21 22:55:18 -04:00
T Jake Luciani b44f409885 Fix debian build 2015-07-30 09:51:54 -04:00
T Jake Luciani b10a51a423 bump versions for 2.2.0 2015-07-17 13:08:37 -04:00
T Jake Luciani 3add8fbc70 Remove file from deb rules 2015-05-17 21:59:48 -04:00
Joshua McKenzie 861c4cf2de Integrate Sigar library and add basic OS performance checks on startup
Patch by Amit Kumar and Josh McKenzie; reviewed by tjake for (CASSANDRA-7838)
2014-10-09 12:32:57 -04:00
Aleksey Yeschenko 380273826d Remove cassandra-cli
patch by Aleksey Yeschenko; reviewed by Brandon Williams and Jason Brown
for CASSANDRA-7920
2014-09-24 18:33:29 -07:00
Brandon Williams cc3e0dbda2 Remove shuffle/taketoken
Patch by brandonwilliams, reviewed by thobbs for CASSANDRA-7601
2014-07-30 11:53:34 -05:00
Brandon Williams e4090f10e5 Move less common tools into a new cassandra-tools package.
Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-7160
2014-05-29 10:24:27 -05:00
Brandon Williams 379212d5de Fix logback config in scripts and packaging.
Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-6530
2014-01-10 09:31:12 -06:00
Sylvain Lebresne 624a7a02f8 Merge branch 'cassandra-1.2' into cassandra-2.0.0
Conflicts:
	src/java/org/apache/cassandra/db/compaction/CompactionTask.java
2013-08-22 10:17:54 +02:00
Sylvain Lebresne 39066b7226 Add SSTableSplitter tool to split sstables offline
patch by slebresne; reviewed by krummas for CASSANDRA-4766
2013-08-22 10:08:10 +02:00
Vijay Parthasarathy 4f2fdc2e73 Fix trigger directory detection code
Patch by Vijay, reviewed by jebllis for CASSANDRA-5826
2013-08-03 11:21:07 -07:00
Jonathan Ellis b9de5de235 merge from 1.2 2013-06-20 13:56:04 -05:00
Brandon Williams 3814af8087 Add standalone sstableupgrade utility.
Patch by Nick Bailey, reviewed by brandonwilliams for CASSANDRA-5524
2013-06-20 13:15:54 -05:00
Brandon Williams 1d092ac1a1 Add cassandra-topology.yaml to deb pkg 2013-04-02 15:04:30 -05:00
Brandon Williams 35543915bb Merge branch 'cassandra-1.2' into trunk 2013-03-20 14:03:21 -05:00
Brandon Williams 4b88b5be77 Add missing conf files to debian packaging.
Patch by brandonwilliams, reviewed by eevans for CASSANDRA-5363
2013-03-20 14:02:17 -05:00
Marcus Eriksson 6d5e0831a4 Add tool to reset SSTable level; patch by Marcus Eriksson, reviewed by yukim for CASSANDRA-5271 2013-03-04 12:08:51 -06:00
Vijay Parthasarathy fa1f9bab71 Merge branch 'cassandra-1.1' into cassandra-1.2
Conflicts:
	src/java/org/apache/cassandra/locator/GossipingPropertyFileSnitch.java
2013-02-01 12:30:40 -08:00
Vijay Parthasarathy 60d0a1220f Add cassandra-rackdc.properties to debian package
Patch by Vijay, reviewed by Brandon Williams for CASSANDRA-5212
2013-02-01 11:34:15 -08:00
Sylvain Lebresne bc598b5a05 Include shuffle in the debian package (and rename to cassandra-shuffle)
patch by slebresne; reviewed by urandom for CASSANDRA-5058
2012-12-18 18:18:59 +01:00
Sylvain Lebresne 9eba7ab3ba Add sstablescrub to debian packaging
patch by slebresne; reviewed by jbellis for CASSANDRA-4642
2012-09-11 17:33:28 +02:00
Sylvain Lebresne d0392208f5 Update news, version and licenses for 1.1.3 release 2012-07-30 18:35:07 +02:00
Sylvain Lebresne 3558e45ab6 Rename stress to cassandra-stress and include in debian packaging
patch by Nick Bailey; reviewed by thepaul for CASSANDRA-4256
2012-05-21 19:28:19 +02:00
paul cannon 8a5436a2b6 add cqlsh to Debian package 2012-01-29 19:09:34 -06:00
Sylvain Lebresne 9f320143da Revert #3458 until #3507 is settled 2012-01-04 17:42:36 +01:00
Eric Evans d2eaaa06a1 add cqlsh to debian packaging
Patch by paul cannon (w/ minor changes); reviewed by eevans for CASSANDRA-3458

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1221909 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21 22:19:37 +00:00