Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Ensure hraven-client does not require hbase dependency at run time #158

Open
vrushalivc opened this issue Feb 28, 2017 · 0 comments
Open
Assignees

Comments

@vrushalivc
Copy link
Contributor

the hRaven client should not depend on any hbase jars at run time. This is important so that clients can make REST calls and expect java objects being returned.

I believe this class needs to be looked at in more detail, specifically line 63

return om.readValue(inputStream, type);

https://github.com/twitter/hraven/blob/master/hraven-core/src/main/java/com/twitter/hraven/util/JSONUtil.java

@vrushalivc vrushalivc self-assigned this Feb 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant