Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to add dynamic column family #20

Open
krina1115 opened this issue Sep 26, 2016 · 1 comment
Open

unable to add dynamic column family #20

krina1115 opened this issue Sep 26, 2016 · 1 comment

Comments

@krina1115
Copy link

while migrating postgresql data to hadoop hbase using starbase python library .I am unable to dynamically add column family as i have to create it while creating table instance t.create('column1').

@barseghyanartur
Copy link
Owner

@krina1115:

Does the following work for you?

t.add_columns('column1', 'column2', 'column3', 'column4')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants