Search Criteria
Package Details: confluent-platform 6.0.1-0
Git Clone URL: | https://aur.archlinux.org/confluent-platform.git (read-only, click to copy) |
---|---|
Package Base: | confluent-platform |
Description: | Confluent, founded by the creators of Apache Kafka, delivers a complete execution of Kafka for the Enterprise, to help you run your business in real time. |
Upstream URL: | https://www.confluent.io/ |
Licenses: | |
Submitter: | dabz |
Maintainer: | dabz |
Last Packager: | dabz |
Votes: | 4 |
Popularity: | 0.002240 |
First Submitted: | 2018-05-12 20:42 |
Last Updated: | 2020-12-02 12:59 |
Dependencies (1)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 Next › Last »
jade commented on 2020-12-18 13:48
Thanks for the great work in making this available on Arch/Manjaro. Installation was painless.
It wasn't immediately apparent what I should set for CONFLUENT_HOME as it wasn't clear where it had been installed to. I eventually found out after looking round at the directories.
I had an issue when I first executed "confluent local services start". I got "Error: could not find share/java/confluent-common/common-config-*.jar in CONFLUENT_HOME". All the other services had been started apart from ksqlDB Server.
I fixed this by creating a symlink in /share/java as follows "ln -s /usr/share/java/confluent-common confluent-common". Not sure if this was the right thing to do?
Lastly, I don't see the "control center" service as being started. I can't access control center either from localhost:9021. Does this packaged version not have control center?
Thanks again for the good work.
dabz commented on 2020-10-02 16:41
@wolfjb, indeed you are right. I assume that the package has been modified at some point and I didn't notice it. I downloaded a fersh version of confluent-6.0.0 and updated the checksum. Thanks for the comment ;)
wolfjb commented on 2020-10-02 16:15
On building, getting this message:
==> Validating source files with sha256sums... confluent-6.0.0.tar.gz ... FAILED systemd_sysusers.d_confluent.conf ... Passed confluent_latest_linux_amd64.tar.gz ... Skipped ==> ERROR: One or more files did not pass the validity check!
sha256sum on a freshly downloaded confluent-6.0.0.tar.gz file is: ce1ba5754611f98028381c9b19309a3b42c43a359f45860fc860608507a81e7e
Using this value in the PKGBUILD resolved the problem for me.
dabz commented on 2019-08-21 10:19
Good point Noderat, I added the CLI as part of the package (committed on 5.3.0-2). Unfortunately, I just found a link to the latest version, I hope that an upgrade of the CLI would not break the package :/. For the moment, I put a SKIP on the checksum validation of the CLI.
noderat commented on 2019-08-19 18:09
Can the Confluent CLI also be re-added to this since they have now split it off into its own tarball? See: https://docs.confluent.io/current/cli/installing.html#cli-install
dabz commented on 2018-11-08 08:53
Thanks and sorry for missing this typos. I don't know how it was working on my environment (I use the schema registry every day). I fixed the typos and upgrade to Confluent 5.0.1.
tersers commented on 2018-11-07 23:39
Hey there, thanks for maintaining this package! It appears that there is a small typo preventing installation of the schema registry.
Line 17 in "install_confluent.sh" has the typo "cp-schema-resgistry", which causes the failure. Fixing this typo to read "cp-schema-registry" installs without error.
Once again thanks for the maintenance!
dabz commented on 2018-09-09 21:21
Indeed the confluent.conf shouldn't be in / ... Thanks @mikail.khan ;) Concerning the other issue, I didn't investigate much but it seems to be related to https://github.com/systemd/systemd/issues/661.
On my laptop, I was able to reproduce with: $> sudo systemctl start /usr/lib/systemd/system/confluent-zookeeper
Failed to start usr-lib-systemd-system-confluent\x2dzookeeper.mount: Unit usr-lib-systemd-system-confluent\x2dzookeeper.mount not found.
But, by using the standard unit syntax, it's working nicely: $> sudo systemctl start confluent-zookeeper
Anonymous comment on 2018-09-09 11:27
I get this when trying to start zookeeper:
sudo systemctl start /usr/lib/systemd/system/confluent-zookeeper.service 126 ↵ 507 12:24:49 Failed to start usr-lib-systemd-system-confluent\x2dzookeeper.service.mount: Unit usr-lib-systemd-system-confluent\x2dzookeeper.service.mount not found.
Also confluent-zookeeper.service doesn't get picked up as a valid systemd service profile for some reason
Anonymous comment on 2018-09-08 22:54
Why did you choose to install the confluent.conf file in / ? It doesn't seem the right place to put it.