Hello,
I followed the instructions from
https://ignite.apache.org/docs/latest/installation/deb-rpm#installing-deb-package
to the letter, but as soon as I do "sudo apt update" I get this:
E: Failed to fetch
http://apache.org/dist/ignite/deb/dists/apache-ignite/InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require
authentication?)
E: The repository 'http://apache.org/dist/ignite/deb apache-ignite
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
Obviously "sudo apt install apache-ignite" doesn't work because it
cannot find the apache-ignite package.
According to https://issues.apache.org/jira/browse/IGNITE-15381 the
repository address should be redirected to the JFrog repo.
Any ideas on how I can fix this?
Diego