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

Adding a fixed deprecated TableInputFormat class. #28

Merged
merged 3 commits into from
Oct 24, 2012

Conversation

azymnis
Copy link
Contributor

@azymnis azymnis commented Oct 23, 2012

Currently the HBaseTap breaks if other sources are read in the same job. This is caused by a bug in the deprecated TableInputFormat class. The correct fix should be in HBase, however this is a temporary band aid.


hBaseAdmin.disableTable(tableName);
hBaseAdmin.deleteTable(tableName);
// hBaseAdmin.disableTable(tableName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like jank

sritchie added a commit that referenced this pull request Oct 24, 2012
Adding a fixed deprecated TableInputFormat class.
@sritchie sritchie merged commit 5063788 into Cascading:develop Oct 24, 2012
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

Successfully merging this pull request may close these issues.

3 participants