You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2018/09/12 21:19:23 UTC

[fluo-muchos] 01/01: Merge pull request #231 from mikewalch/checksums

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git

commit 25dea4eebefaf08a6ef3dad37e2cd92911fc95c1
Merge: 962cdd1 f91fdef
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Sep 12 17:19:20 2018 -0400

    Merge pull request #231 from mikewalch/checksums
    
    Created checksums file and updated for Accumulo 2.x & Hadoop 3.x

 ansible/roles/accumulo/tasks/init-accumulo.yml     |  2 +-
 ansible/roles/accumulo/tasks/main.yml              | 14 +++++++-
 .../accumulo/templates/accumulo-client.properties  | 33 +++++++++++++++++
 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, 200 insertions(+), 56 deletions(-)