This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git.
from 962cdd1 Fixes #229 - Create 'client' service (#230)
add 055ccbe Muchos now reads checksums from file
add 6ca057c Updates to support Accumulo 2.x & Hadoop 3.x
add f91fdef Removed commented out properties
new 25dea4e Merge pull request #231 from mikewalch/checksums
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ansible/roles/accumulo/tasks/init-accumulo.yml | 2 +-
ansible/roles/accumulo/tasks/main.yml | 14 +++++++-
.../{client.conf => accumulo-client.properties} | 18 +++++++++-
ansible/roles/accumulo/templates/accumulo-env.sh | 20 +++++------
ansible/roles/accumulo/templates/accumulo-site.xml | 3 --
.../roles/accumulo/templates/accumulo.properties | 42 ++++++++++++++++++++++
ansible/roles/common/templates/bash_profile | 4 +--
ansible/roles/common/templates/bashrc | 12 +++++--
ansible/roles/common/templates/root_bashrc | 14 +++++---
ansible/roles/hadoop/tasks/main.yml | 8 ++---
ansible/roles/hadoop/tasks/start-hdfs.yml | 4 +--
ansible/roles/hadoop/tasks/start-yarn.yml | 2 +-
ansible/roles/mesos/templates/mesos-slave | 2 +-
ansible/roles/spark/tasks/start-spark-history.yml | 2 +-
ansible/roles/spark/templates/spark-env.sh | 4 +--
ansible/wipe.yml | 4 +--
conf/checksums | 20 +++++++++++
conf/muchos.props.example | 9 +----
lib/muchos/config.py | 39 ++++++++++++++++----
lib/muchos/main.py | 12 ++++++-
lib/tests/test_config.py | 6 ++--
21 files changed, 184 insertions(+), 57 deletions(-)
copy ansible/roles/accumulo/templates/{client.conf =>
accumulo-client.properties} (60%)
create mode 100644 ansible/roles/accumulo/templates/accumulo.properties
create mode 100644 conf/checksums