Open Kilda Java Documentation
create_tables Namespace Reference

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()
 

Function Documentation

◆ create_table()

def create_tables.create_table (   table)

Definition at line 30 of file create_tables.py.

Variable Documentation

◆ connection

create_tables.connection = happybase.Connection(host=host, port=port)

Definition at line 26 of file create_tables.py.

◆ existing_tables

create_tables.existing_tables = connection.tables()

Definition at line 27 of file create_tables.py.

◆ host

string create_tables.host = 'hbase.pendev'

Definition at line 21 of file create_tables.py.

◆ new_tables

list create_tables.new_tables = ['tsdb', 'tsdb-uid', 'tsdb-tree', 'tsdb-meta']

Definition at line 24 of file create_tables.py.

◆ port

int create_tables.port = 9090

Definition at line 22 of file create_tables.py.