You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2019/08/30 18:48:40 UTC

[fluo-muchos] branch master updated (4f1a4ae -> 5ca9b8e)

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

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


    from 4f1a4ae  Addresses minor issues related to PR #274: (#276)
     add 5ca9b8e  Miscellaneous trivial fixes (#275)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   4 +-
 README.md                                          |  14 +-
 ansible/.gitignore                                 |   2 +-
 ansible/conf/.gitignore                            |   4 +-
 ansible/group_vars/.gitignore                      |   2 +-
 ansible/roles/accumulo/tasks/main.yml              |   4 +-
 .../accumulo/templates/log4j-service.properties    |  17 ++
 ansible/roles/common/tasks/main.yml                |   2 +-
 ansible/roles/common/tasks/ssh.yml                 |   2 +-
 ansible/roles/fluo/templates/fluo-app.properties   |   4 +-
 ansible/roles/fluo/templates/fluo-conn.properties  |   2 +-
 ansible/roles/fluo/templates/fluo.properties       |   2 +-
 .../roles/fluo_yarn/templates/fluo-yarn.properties |   2 +-
 ansible/roles/grafana/tasks/main.yml               |   4 +-
 ansible/roles/hadoop/templates/core-site.xml       |   2 +-
 ansible/roles/hadoop/templates/hdfs-site.xml       |  17 +-
 ansible/roles/hadoop/templates/mapred-site.xml     |   4 +-
 ansible/roles/hadoop/templates/yarn-site.xml       |  15 +-
 ansible/roles/influxdb/tasks/main.yml              |   2 +-
 ansible/roles/proxy/tasks/download.yml             |   2 +-
 ansible/roles/proxy/tasks/main.yml                 |   2 +-
 ansible/roles/spark/tasks/start-spark-history.yml  |   2 +-
 ansible/roles/zookeeper/templates/zoo.cfg          |   6 +-
 conf/.gitignore                                    |   8 +-
 conf/templates/README.md                           | 180 +++++++++++----------
 conf/templates/example/accumulomaster.json         |  64 ++++----
 conf/templates/example/client.json                 |  64 ++++----
 conf/templates/example/devices                     |   2 +-
 conf/templates/example/metrics.json                |  64 ++++----
 conf/templates/example/namenode.json               |  64 ++++----
 conf/templates/example/resourcemanager.json        |  64 ++++----
 conf/templates/example/worker.json                 | 112 ++++++-------
 conf/templates/example/zookeeper.json              |  64 ++++----
 conf/templates/user/.gitignore                     |   2 +-
 conf/upload/.gitignore                             |   4 +-
 contrib/add-license-headers.md                     |   9 +-
 contrib/license-header.txt                         |   2 +-
 contrib/muchos-logo-dark.svg                       |   5 +-
 contrib/muchos-logo.svg                            |   4 +-
 .../templates/core-site.xml => contrib/pom.xml     |  27 ++--
 lib/.gitignore                                     |   2 +-
 41 files changed, 421 insertions(+), 437 deletions(-)
 copy ansible/roles/hadoop/templates/core-site.xml => contrib/pom.xml (62%)