Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

does quickstart cdh 5.2 include accumulo 1.6

avatar
Explorer

Thanks,

 

Chris

1 ACCEPTED SOLUTION

avatar
Contributor

The quickstart VM does not include Accumulo. However, you can install Accumulo on top of the quickstart VM by following the instructions at http://www.cloudera.com/content/cloudera/en/documentation/Accumulo/latest/PDF/Apache-Accumulo-Instal...

 

Additionally, you will want to lower the Accumulo metadata file replication to 1, to match the total number of datanodes that you have.

View solution in original post

2 REPLIES 2

avatar
Contributor

The quickstart VM does not include Accumulo. However, you can install Accumulo on top of the quickstart VM by following the instructions at http://www.cloudera.com/content/cloudera/en/documentation/Accumulo/latest/PDF/Apache-Accumulo-Instal...

 

Additionally, you will want to lower the Accumulo metadata file replication to 1, to match the total number of datanodes that you have.

avatar
Explorer

Thanks Mate!

 

Will give it a shot!