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

Mput errors #38

Open
devoncrouse opened this issue Jul 25, 2013 · 1 comment
Open

Mput errors #38

devoncrouse opened this issue Jul 25, 2013 · 1 comment
Labels
Milestone

Comments

@devoncrouse
Copy link

See output of 100-row mput here:
http://sprunge.us/QdYg

writes.push({ row: 'rowkey', 'cf:c': 'value' });
...
hbase.mput('table', _.first(writes, 100), function (error, result) {
if (error) return log.error(error);
log.info('RESULT', result);
});

The mput appears to insert the records correctly, but I get flooded with these errors, and the result object is full of nulls.

@devoncrouse
Copy link
Author

Also, perhaps related to or caused by this issue:

If I try to put ~400+ elements in the array, I get an empty result object and zero records inserted into HBase.

@fengmk2 fengmk2 added this to the 0.4.0 milestone Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants