you can also set these in the shell w/

config -s tserver.compaction.minor.concurrent.max=5
config -s table.walog.enabled=false

Disabling walogs in the shell does not require a tserver restart, but I am
not sure about the minor compaction setting.

The advantage of setting the config in the shell is that you do not have
copy the config file across the cluster or worry about it being
inconsistent.  The advantage of the config file is that it will survive
re-initialization of Accumulo.


On Sat, May 17, 2014 at 6:22 PM, Josh Elser <[email protected]> wrote:

> <property>
>    <name>tserver.compaction.minor.concurrent.max</name>
>    <value>5</value>
> </property>
>
> <property>
>    <name>table.walog.enabled</name>
>    <value>false</value>
> </property>
>
>
>
> On 5/17/14, 5:34 PM, Kepner, Jeremy - 0553 - MITLL wrote:
>
>> Thanks.  Does anyone know the precise syntax that would be used in
>> conf/accumulo-site.xml?
>>
>> Regards.  -jeremy
>>
>> On May 17, 2014, at 4:12 PM, John Vines <[email protected]
>> <mailto:[email protected]>>
>>   wrote:
>>
>>  Accumulo-site.xml
>>>
>>> Sent from my phone, please pardon the typos and brevity.
>>>
>>> On May 17, 2014 3:25 PM, "Kepner, Jeremy - 0553 - MITLL"
>>> <[email protected] <mailto:[email protected]>> wrote:
>>>
>>>     As part of our Accumulo benchmarking we have decided to set
>>>     certain values as defaults for all our databases:
>>>
>>>             tserver.compaction.minor.concurrent.max=5
>>>             table.walog.enabled=false
>>>
>>>     We were wondering which file(s) we would need to modify to apply
>>>     these defaults?
>>>
>>>
>>

Reply via email to