+1
nixos/modules/services/cluster/hadoop/conf.nix
+1
nixos/modules/services/cluster/hadoop/conf.nix
···
+1
-1
nixos/modules/services/cluster/hadoop/default.nix
+1
-1
nixos/modules/services/cluster/hadoop/default.nix
+200
nixos/modules/services/cluster/hadoop/hbase.nix
+200
nixos/modules/services/cluster/hadoop/hbase.nix
···+<link xlink:href="https://github.com/apache/hbase/blob/rel/2.4.11/hbase-common/src/main/resources/hbase-default.xml"/>+Remove /etc/hosts entries for "127.0.0.2" and "::1" defined in nixos/modules/config/networking.nix+Regionservers must be able to resolve their hostnames to their IP addresses, through PTR records+HADOOP_USER_NAME=hdfs ${cfg.package}/bin/hdfs --config ${hadoopConf} dfs -mkdir -p ${cfg.hbase.rootdir}+HADOOP_USER_NAME=hdfs ${cfg.package}/bin/hdfs --config ${hadoopConf} dfs -chown hbase ${cfg.hbase.rootdir}
+8
-13
nixos/modules/services/databases/hbase.nix
+8
-13
nixos/modules/services/databases/hbase.nix
·········
+1
nixos/tests/hadoop/default.nix
+1
nixos/tests/hadoop/default.nix
···
+84
nixos/tests/hadoop/hbase.nix
+84
nixos/tests/hadoop/hbase.nix
···+assert "1 active master, 0 backup masters, 1 servers" in master.succeed("echo status | HADOOP_USER_NAME=hbase hbase shell -n")+regionserver.wait_until_succeeds("echo \"create 't1','f1'\" | HADOOP_USER_NAME=hbase hbase shell -n")+assert "NAME => 'f1'" in regionserver.succeed("echo \"describe 't1'\" | HADOOP_USER_NAME=hbase hbase shell -n")
+2
-2
nixos/tests/hbase.nix
+2
-2
nixos/tests/hbase.nix
······