about summary refs log tree commit diff
path: root/nixos/tests/hbase.nix
diff options
context:
space:
mode:
authorillustris <rharikrishnan95@gmail.com>2022-05-07 18:00:04 +0530
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-07 21:21:45 +0200
commitac403b83fb1a8ee53f7889a2fc1987f196b40e63 (patch)
tree91eaf639c44a8e42b547ec549d159a0901899200 /nixos/tests/hbase.nix
parentcb2576c1b6a8b1f3bea840ccf15acae6c4bbfe82 (diff)
nixos/hadoop: add HBase submodule
Diffstat (limited to 'nixos/tests/hbase.nix')
-rw-r--r--nixos/tests/hbase.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/hbase.nix b/nixos/tests/hbase.nix
index a449d24dd6fd8..7d8e32f81603e 100644
--- a/nixos/tests/hbase.nix
+++ b/nixos/tests/hbase.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, lib, package ? pkgs.hbase, ... }:
 {
-  name = "hbase";
+  name = "hbase-standalone";
 
   meta = with lib.maintainers; {
     maintainers = [ illustris ];
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, lib, package ? pkgs.hbase, ... }:
 
   nodes = {
     hbase = { pkgs, ... }: {
-      services.hbase = {
+      services.hbase-standalone = {
         enable = true;
         inherit package;
         # Needed for standalone mode in hbase 2+