Hi Josh,
HI Billie,
now it works, thank you both!
So in short:
1. Copy ACCUMULO_HOME to another distinct directory
2. export ACCUMULO_HOME=/path/to/new/directory
3. Edit conf/accumulo-site.xml in the new directory
<property>
<name>tserver.port.client</name>
<value>29997</value> <!-- this should be a free port on the machine -->
</property>
<property>
<name>replication.receipt.service.port</name>
<value>0</value> <!-- 0 means random port -->
</property>
4. bin/tup.sh to start the tablet servers
Maybe you can recycle this for the user manual.
Regards,
Sven
--
Sven Hodapp, M.Sc.,
Fraunhofer Institute for Algorithms and Scientific Computing SCAI,
Department of Bioinformatics
Schloss Birlinghoven, 53754 Sankt Augustin, Germany
[email protected]
www.scai.fraunhofer.de
----- Ursprüngliche Mail -----
> Von: "Josh Elser" <[email protected]>
> An: "user" <[email protected]>
> Gesendet: Donnerstag, 10. Dezember 2015 17:56:39
> Betreff: Re: Multiple talbet servers on the same host
> Sven Hodapp wrote:
>> I've read in the Accumulo Book (p. 496) that it should be possible to start
>> on a
>> (fat) machine multiple tablet servers to scale (also) vertically. Sadly it's
>> not described how to do it. Also I didn't find anything about this issue in
>> the
>> official documentation.
>
> I've just created https://issues.apache.org/jira/browse/ACCUMULO-4072
> for us to get some documentation into the Accumulo User Manual on the
> matter. Thanks for letting us know we were missing this.