You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: