In Installing DataStax Enterprise RHEL or CentOS Packages
Step 4 of The installation instructions state
4. (Optional) Install JNA:
# yum install jna
Unfortunately jna is not in the repo:
# cat /etc/yum.repos.d/datastax.repo
[datastax]
name= DataStax Repo for Apache Cassandra
baseurl=http://<username>:<password>@rpm.datastax.com/enterprise # username and password removed
enabled=1
gpgcheck=0
# yum install jna
Setting up Install Process
No package jna available.
Nothing to do
#yum list available *jna*
Error: No matching Packages to list
It would also be nice if all the other dependencies for dse-full were in the repo (i.e. python2.6 and its dependancies)
thanks,
Rob
