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:22 UTC

[fluo-muchos] branch master updated (962cdd1 -> 25dea4e)

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


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

Posted by mw...@apache.org.
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(-)