Re: HBASE and MOB

2017-05-12 Thread Ted Yu
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

Re: HBASE and MOB

2017-05-12 Thread Jean-Marc Spaggiari
Hi Fred, Can you please confirm the following information? 1) What exact version of HBase are you using? From a distribution, build by yourself, from the JARs, etc. 2) Why do you think you need the MOB feature 3) Is an upgrade an option for you or not really. Thanks, JMS 2017-05-12 11:02 GMT-

RE: HBASE and MOB

2017-05-12 Thread F. T.
reproduce this process : http://blog.cloudera.com/blog/2015/10/how-to-index-scanned-pdfs-at-scale-using-fewer-than-50-lines-of-code/ But maybe is there another solution to reproduce it . Fred De : Jean-Marc Spaggiari Envoyé : vendredi 12 mai 2017 17:06 À : user Objet : Re: HB

Re: HBASE and MOB

2017-05-12 Thread Jean-Marc Spaggiari
ocess : > http://blog.cloudera.com/blog/2015/10/how-to-index-scanned- > pdfs-at-scale-using-fewer-than-50-lines-of-code/ > > > But maybe is there another solution to reproduce it . > > Fred > > > > De : Jean-Marc Spaggiari > Envoy

Re: HBASE and MOB

2017-05-12 Thread anil gupta
solution to reproduce it . > > > > Fred > > > > > > > > De : Jean-Marc Spaggiari > > Envoyé : vendredi 12 mai 2017 17:06 > > À : user > > Objet : Re: HBASE and MOB > > > > Hi Fred, > > > > Can

Re: HBASE and MOB

2017-05-12 Thread Ted Yu
gt; > > > > > In fact I would like reproduce this process : > > > http://blog.cloudera.com/blog/2015/10/how-to-index-scanned- > > > pdfs-at-scale-using-fewer-than-50-lines-of-code/ > > > > > > > > > But maybe is there another solution to

RE: HBASE and MOB

2017-05-15 Thread ashish singhi
-Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: 12 May 2017 22:25 To: user@hbase.apache.org Subject: Re: HBASE and MOB MOB is also backported in HDP 2.5.x FYI On Fri, May 12, 2017 at 9:51 AM, anil gupta wrote: > Backporting MOB wont be a trivial task. > AFAIK, Cl

RE: HBASE and MOB

2017-05-15 Thread Sean Busbey
backport MOB patches from master branch to the released versions as the > code base has lots of differences. > > Regards, > Ashish > > -Original Message- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Sent: 12 May 2017 22:25 > To: user@hbase.apache.org > Subject: