ambari-cassandra-service
ambari-cassandra-service copied to clipboard
Datastax repo must be added on RHEL/CentOS before Data Stax Cassandra 2.1 can be installed with yum
As it does not come with HDP stack, Ambari needs to know from where to install cassandra. You can configure your repo.xml file which ambari can use. You can give datastax repo there and you won't need to create repo file.
Interesting, thanks. For reference, I found this XML file for my HDP 2.4 install here:
/var/lib/ambari-server/resources/stacks/HDP/2.4/repos
I'm trying to automate the install so I'm not sure it matters where I put the repo info. I just thought I'd log it here in case it could be provided with the plugin somehow.
one way to do it is pack it into an rpm and when it is installed run a script to change the repo file. But this will make it HDP version dependent.
I'm having the same problem with HDP 2.5, what should I add to the repoinfo.xml so it will work?
i'm using HDP 2.6, on ubuntu 14, how can i add the right repo and where?