Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
This repository was 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

@vrushalivc

Description

@vrushalivc

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions