It is defined here in hbase-client/src/main/java/org/apache/hadoop/hbase/HColumnDescriptor.java: public static final String IS_MOB = "IS_MOB";
MOB feature hasn't been backported to branch-1 (or earlier releases). Looks like you're using a vendor's release. Consider contacting the corresponding mailing list if you are stuck. On Fri, May 12, 2017 at 7:59 AM, F. T. <[email protected]> wrote: > Hi all, > > I'd like to use MOB in HBase to store PDF files. I'm using Hbase 1.2.3 but > I'get this error creating a table with MOB column : NameError: > uninitialized constant IS_MOB. > > A lot of web sites (including Apache official web site) talk about the > patch 11339 or HBase 2.0.0, but, I don't find any explanation about the way > to install this patch and > > I can't find the 2.0.0 version anywhere. So I'm completly lost. Could you > help me please ? > >
