5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
${HBASE_HOME}/bin/start-hbase.sh
|
||
|
|
||
|
/usr/local/bin/check-table.sh
|