GitHub user dlmarion opened a pull request:
https://github.com/apache/accumulo/pull/110
ACCUMULO-4328: Run multiple tablet servers per host (1.8 version)
To be able to run multiple tservers per host, tserver.port.client and
replication.receipt.service.port must be zero in accumulo-site.xml. Number of
tservers per host is configurable in accumulo-env.sh. See the bottom of the
file for examples. I was able to use the `instance` system property to separate
the logging for each tserver to its own file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlmarion/accumulo mts-1.8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/110.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #110
----
commit e46103a56de94d53c2f8f603e7205e19a5aa7609
Author: Dave Marion <[email protected]>
Date: 2016-06-06T20:31:17Z
ACCUMULO-4238: Changes to start/stop scripts to allow multiple tservers per
host
commit 95424c8b2e8f3b6792d2dd6561adfc8307690214
Author: Dave Marion <[email protected]>
Date: 2016-06-06T21:29:45Z
ACCUMULO-4328: Minor script fixes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---