Hi Stéphane, Which version of HBase are you using? If you are using anything <= 0.94 all dependencies are self contained in the hbase-<VERSION>.jar However if you are using HBase 0.96 or 0.98 the project has been mavenized so hbase-common-<VERSION>.jar will contain basic routines to handle HFiles but the classes to generate HFiles via mapreduce are available in the hbase-server-<VERSION>.jar
esteban. -- Cloudera, Inc. On Thu, Apr 24, 2014 at 3:20 PM, Stéphane Campinas < [email protected]> wrote: > Hello, > > I am using in my project the HFile class. Do you provide somewhere a > library with hfile only ? If not, I would like to know what is the minimum > set of dependencies I need just for using this ? > > Thanks, > > -- > Stephane Campinas > >
