Hi Dima I've added the dependencies to hbase-client using maven. So, in theory, all dependecies should be in my classpath. But I still get the error. Settings HADOOP_HOME point to a hadoop distribution fixes the problem but this means that in my web application layer I will have to install the hadoop distribution.
Regards, Nestor On Thu, Nov 13, 2014 at 4:07 AM, Dima Spivak <[email protected]> wrote: > Nestor, > > No, you don't need a full distribution of Hadoop installed on your client > machine as long as you have the necessary dependencies on the classpath > when you run the client. > > -Dima > > On Wed, Nov 12, 2014 at 4:47 PM, Néstor Boscán <[email protected]> wrote: > > > Yes I already applied that. > > > > I just wanted to understand that if I have a web application then I'll > have > > to have the hadoop distribution installed to use the hbase client. > > > > Regards, > > > > Néstor > > > > On Wed, Nov 12, 2014 at 7:57 PM, Ted Yu <[email protected]> wrote: > > > > > Cycling bits: http://search-hadoop.com/m/DHED4y3J2B > > > > > > On Wed, Nov 12, 2014 at 3:27 PM, Néstor Boscán <[email protected]> > > wrote: > > > > > > > Hi > > > > > > > > I'm creating my first HBase application and I'm trying to connect > from > > > the > > > > Java application in my Java IDE to my HBase server on a Horton Workds > > 2.1 > > > > Virtual Machine. When I run I get: > > > > > > > > Failed to locate the winutils binary in the hadoop binary path > > > > > > > > Does this mean that I have to have hadoop installed in my laptop to > be > > > able > > > > to test connections to HBase? > > > > > > > > Regards, > > > > > > > > Néstor > > > > > > > > > >
