azavea / ansible-accumulo

An Ansible role for installing Apache Accumulo.
Apache License 2.0
2 stars 2 forks source link

Support for accumulo versions later than v1.6.2 ? #4

Open lhoss opened 9 years ago

lhoss commented 9 years ago

Hi,

I used your script (+ a fork from the geotrellis one for accumulo config) to successfully setup accumulo 1.6.2.

Would be great to be able to setup newer versions also (1.6.4 , 1.7.0). I assume that requires first building deb packages for these versions, as I haven't found any existing ones. (I also wonder why Accumulo project provided deb packages time ago, but not anymore).

Any reason why recent versions aren't supported yet? Anyway I'ld happy to help going the 'deb' way or if too complicate better add support to deploy accumulo from the official binaries.

UPDATE: Just found out in merged PR (https://github.com/azavea/ansible-accumulo/pull/2) that azavea created their own accumulo deb using fpm. I could do this myself for later versions, except that I couldn't myself contribute them to azavea's (preconfigured) apt repos

best, Laurent

hectcastro commented 9 years ago

UPDATE: Just found out in merged PR (#2) that azavea created their own accumulo deb using fpm. I could do this myself for later versions, except that I couldn't myself contribute them to azavea's (preconfigured) apt repos

@lhoss, if you create a Debian package for Accumulo 1.6.X, I'd be willing to add it to the Azavea package repository.

lhoss commented 8 years ago

Hi @hectcastro fyi, this week I worked on major enhancement of ansible-accumulo , forked from your role. I'm not at all assuming that this gets merged, as it has such large changes like:

Still would be happy for feedback, and possibly joining forces, in case you also require accumulo >1.7.x at some point.

Current state should be quite usable (I tested it in a custom vagrant that includes our/Teralytics hdfs-ha role .. hopefully open sourced soon): https://github.com/lhoss/ansible-accumulo/tree/merge-azavea-accumulo