Tomas Barton
Tomas Barton
``` Exception in thread "main" java.lang.StackOverflowError at org.clueminer.clustering.struct.BaseCluster.add(BaseCluster.java:66) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:349) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:357) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358) at org.clueminer.clustering.algorithm.HClustResult.subtreeToCluster(HClustResult.java:358)...
Debian systems have `nogroup` instead of `nobody` group.
Here' s a draft of [API v2 support.](https://app.hydrawise.com/api/v2/graph/explore) Currently supports read-only queries. There will be definitely breaking changes (at least in authentication). When using GraphQL API we might add support...
Currently the `CLASSPATH` environment variable is reconfigured at multiple places, custom `systemd` config looks like this: ```systemd ExecStart=/bin/sh -c 'set -x; \ . /etc/zookeeper/conf/environment; \ CLASSPATH="/usr/lib/zookeeper/zookeeper.jar:/usr/lib/zookeeper/lib/*:$CLASSPATH"; \ CLASSPATH="$([ -r /usr/lib/zookeeper/bin/zkEnv.sh...
Determine whether a server is an observer based on an attribute. e.g.: ``` puppet class {'zookeeper': role => 'observer', # default value would `master` } ``` or using some kind...
The following example shows how to configure a system with three groups of three servers each: ``` group.1=1:2:3 group.2=4:5:6 group.3=7:8:9 weight.1=1 weight.2=1 weight.3=1 weight.4=1 weight.5=1 weight.6=1 weight.7=1 weight.8=1 weight.9=1 ```...
The PR addresses the same issue as #48 but with a bit more generic approach. Using 2 level Hash might be possible to override basically any attribute in the template....
#### Pull Request (PR) description Avoid exporting all loaded kernel modules as facts. Only loaded modules will be exported (`970` lines -> `16` lines) ```yaml $ facter -y --puppet kmods...
- Module version: 3.2.0 On a Debian installation I'm currently seeing almost 1k facts from `kmod` module ```bash $ facter -y --puppet kmods | wc -l 973 ``` Puppet 7...