Open Kilda Java Documentation
create_tables.py File Reference

Go to the source code of this file.

Namespaces

 create_tables
 

Functions

def create_tables.create_table (table)
 

Variables

string create_tables.host = 'hbase.pendev'
 
int create_tables.port = 9090
 
list create_tables.new_tables = ['tsdb', 'tsdb-uid', 'tsdb-tree', 'tsdb-meta']
 
 create_tables.connection = happybase.Connection(host=host, port=port)
 
 create_tables.existing_tables = connection.tables()