![]() |
Open Kilda Java Documentation
|
Functions | |
def | create_table (table) |
Variables | |
string | host = 'hbase.pendev' |
int | port = 9090 |
list | new_tables = ['tsdb', 'tsdb-uid', 'tsdb-tree', 'tsdb-meta'] |
connection = happybase.Connection(host=host, port=port) | |
existing_tables = connection.tables() | |
def create_tables.create_table | ( | table | ) |
Definition at line 30 of file create_tables.py.
Definition at line 26 of file create_tables.py.
create_tables.existing_tables = connection.tables() |
Definition at line 27 of file create_tables.py.
string create_tables.host = 'hbase.pendev' |
Definition at line 21 of file create_tables.py.
list create_tables.new_tables = ['tsdb', 'tsdb-uid', 'tsdb-tree', 'tsdb-meta'] |
Definition at line 24 of file create_tables.py.
int create_tables.port = 9090 |
Definition at line 22 of file create_tables.py.