You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/06/20 01:39:44 UTC

[2/2] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-slider into develop

Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-slider into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ad07ead5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ad07ead5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/ad07ead5

Branch: refs/heads/develop
Commit: ad07ead50188f7a37e0e7f56b110adac29d9a4c4
Parents: 48723c0 8739634
Author: Steve Loughran <st...@apache.org>
Authored: Thu Jun 19 16:39:35 2014 -0700
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Jun 19 16:39:35 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/README.txt                   |  45 +++
 app-packages/hbase/appConfig.json               |  64 ++++
 app-packages/hbase/configuration/global.xml     | 160 ++++++++
 .../hbase/configuration/hbase-log4j.xml         | 142 ++++++++
 .../hbase/configuration/hbase-policy.xml        |  53 +++
 app-packages/hbase/configuration/hbase-site.xml | 365 +++++++++++++++++++
 app-packages/hbase/jmx_metrics.json             |  56 +++
 app-packages/hbase/metainfo.xml                 | 109 ++++++
 app-packages/hbase/package/scripts/__init__.py  |  19 +
 app-packages/hbase/package/scripts/functions.py |  40 ++
 app-packages/hbase/package/scripts/hbase.py     | 125 +++++++
 .../hbase/package/scripts/hbase_client.py       |  43 +++
 .../hbase/package/scripts/hbase_master.py       |  63 ++++
 .../hbase/package/scripts/hbase_regionserver.py |  66 ++++
 .../hbase/package/scripts/hbase_service.py      |  45 +++
 app-packages/hbase/package/scripts/params.py    | 109 ++++++
 .../hbase/package/scripts/status_params.py      |  26 ++
 ...-metrics2-hbase.properties-GANGLIA-MASTER.j2 |  62 ++++
 ...doop-metrics2-hbase.properties-GANGLIA-RS.j2 |  62 ++++
 .../hbase/package/templates/hbase-env.sh.j2     |  81 ++++
 .../package/templates/hbase_client_jaas.conf.j2 |  22 ++
 .../package/templates/hbase_master_jaas.conf.j2 |  25 ++
 .../templates/hbase_regionserver_jaas.conf.j2   |  25 ++
 .../hbase/package/templates/regionservers.j2    |  20 +
 app-packages/hbase/pom.xml                      |  93 +++++
 app-packages/hbase/resources.json               |  19 +
 app-packages/hbase/src/assembly/hbase.xml       |  71 ++++
 pom.xml                                         |   1 +
 28 files changed, 2011 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ad07ead5/pom.xml
----------------------------------------------------------------------