Package Details: scylla-bin 5.4.3-1

Git Clone URL: https://aur.archlinux.org/scylla-bin.git (read-only, click to copy)
Package Base: scylla-bin
Description: The real-time big data database that is API-compatible with Apache Cassandra and Amazon DynamoDB
Upstream URL: http://www.scylladb.com/
Keywords: database
Licenses: AGPL
Conflicts: scylla
Provides: scylla
Submitter: ttc0419
Maintainer: ttc0419
Last Packager: ttc0419
Votes: 2
Popularity: 0.019671
First Submitted: 2022-08-02 15:19 (UTC)
Last Updated: 2024-02-14 16:47 (UTC)

Pinned Comments

ttc0419 commented on 2022-08-02 15:24 (UTC)

This package is the combination of official scylla-conf, scylla-kernel-conf and scylla-server rpm packages.

Steps before starting the service:

  • Install the package
  • Run scylla_io_setup with root user
  • Start the server using command systemctl start scylla-server.service

Notes:

  • Backup data under the /var/lib/scylla before uninstalling the package.

Please vote for the package if you think it's helpful ;-)

Latest Comments

djnz00 commented on 2024-02-08 21:22 (UTC)

Updated PKGBUILD

# Maintainer: William Tang <galaxyking0419@gmail.com>

pkgname=scylla-bin
pkgver=5.4.2
pkgrel=1
pkgdesc='The real-time big data database that is API-compatible with Apache Cassandra and Amazon DynamoDB'
arch=('x86_64')
url="http://www.scylladb.com/"
license=('AGPL')
provides=('scylla')
conflicts=('scylla')
depends=('python-distro' 'python-traceback-with-variables' 'python-yaml')

source=(https://downloads.scylladb.com/downloads/scylla/rpm/centos/scylladb-5.4/x86_64/{scylla-conf,scylla-kernel-conf,scylla-server}-5.4.2-0.20240117.6c625e8cd3c6.x86_64.rpm)
sha256sums=('8313cc760e759c69c9502ff1a320ae1a4486047ef1e3e686f448e3bf04f13f62'
    'eaaad69ead8b70b43173aebfc67f1fd8fcd48203398be5a4a300d4b771149bd0'
    '80033d5632458d23655b1a95420ddd8e3e782a4f29feed05cc600d97a46e9737')

options=(!strip)
install=$pkgname.install

package() {
mv usr/sbin/* usr/bin/
rmdir usr/sbin
mv etc opt usr var "$pkgdir"
}

pdxleif commented on 2022-09-29 18:31 (UTC)

Some of the kernel params it tries to apply seem out of date? (2/3) Applying kernel sysctl settings... Couldn't write '0' to 'kernel/sched_tunable_scaling', ignoring: No such file or directory Couldn't write '500000' to 'kernel/sched_min_granularity_ns', ignoring: No such file or directory Couldn't write '450000' to 'kernel/sched_wakeup_granularity_ns', ignoring: No such file or directory Couldn't write '1000000' to 'kernel/sched_latency_ns', ignoring: No such file or directory

ttc0419 commented on 2022-08-02 15:24 (UTC)

This package is the combination of official scylla-conf, scylla-kernel-conf and scylla-server rpm packages.

Steps before starting the service:

  • Install the package
  • Run scylla_io_setup with root user
  • Start the server using command systemctl start scylla-server.service

Notes:

  • Backup data under the /var/lib/scylla before uninstalling the package.

Please vote for the package if you think it's helpful ;-)