priyanka
priyanka

Reputation: 325

Installation of accumulo on CentOS 7 using parcels

I am trying to install Accumulo 1.6 using cloudera manager 5.8.1 on Centos 7, I am getting an error: Accumulo Parcel is not available for OS Distribution RHEL7.

Following repo is configured: https://archive.cloudera.com/accumulo/parcels/latest/

What I understand from the error is on the above link corresponding parcel for el7 i.e centos 7 is unavailable.

How do I install accumulo 1.6 on the CentOS 7? Would there be any compatibility issues with CentOS7?

Please help

Upvotes: 1

Views: 1341

Answers (1)

Sean Busbey
Sean Busbey

Reputation: 156

CentOS 7 is not currently supported by the Cloudera packaging for Apache Accumulo for use on CDH. It is planned in an upcoming release.

To find out when CentOS 7 support is added, watch the Cloudera Community forum on release announcements for a packaging of Apache Accumulo integrated with at least CDH version 5.5, since that was the CDH version that added support for CentOS 7.

Edit: as of 2016-10-11, CentOS 7 packaging is now available for the Cloudera supported distribution, using Apache Accumulo 1.7 integrated with CDH 5.5.0+. Reference the Cloudera Community forum release announcement for support of Apache Accumulo 1.7 for CDH 5.

Upvotes: 2

Related Questions