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
I am trying to use spring as a framework to read and write data in Hbase. Even if it works, I receive warning of deprecated class when I build it. Could we update Interface of Hbase to optimize performance and prevent NoSuchClass exception?
warning: [deprecation] HTableInterface in org.apache.hadoop.hbase.client has been deprecated
import org.apache.hadoop.hbase.client.HTableInterface;
I am trying to use spring as a framework to read and write data in Hbase. Even if it works, I receive warning of deprecated class when I build it. Could we update Interface of Hbase to optimize performance and prevent NoSuchClass exception?