You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Gaurav Agarwal <ga...@gmail.com> on 2016/02/22 12:03:34 UTC

Hbase testing utility

> I am trying to hbase testing utility to start minicluster on my local but
getting some exception
> Java.Lang.unsatisfiedLinkError:
org.apache.hadoop.ok.native.NativeIO$windows.access
>
> Please let me know what needs to be done

Re: Hbase testing utility

Posted by Gaurav Agarwal <ga...@gmail.com>.
Hbase 0.98.4 and hadoop 2.2
On Feb 22, 2016 6:41 PM, "Ted Yu" <yu...@gmail.com> wrote:

> Which hbase / hadoop release are you using ?
>
> Can you give the complete stack trace ?
>
> Cheers
>
> On Mon, Feb 22, 2016 at 3:03 AM, Gaurav Agarwal <ga...@gmail.com>
> wrote:
>
> > > I am trying to hbase testing utility to start minicluster on my local
> but
> > getting some exception
> > > Java.Lang.unsatisfiedLinkError:
> > org.apache.hadoop.ok.native.NativeIO$windows.access
> > >
> > > Please let me know what needs to be done
> >
>

Re: Hbase testing utility

Posted by Ted Yu <yu...@gmail.com>.
Which hbase / hadoop release are you using ?

Can you give the complete stack trace ?

Cheers

On Mon, Feb 22, 2016 at 3:03 AM, Gaurav Agarwal <ga...@gmail.com>
wrote:

> > I am trying to hbase testing utility to start minicluster on my local but
> getting some exception
> > Java.Lang.unsatisfiedLinkError:
> org.apache.hadoop.ok.native.NativeIO$windows.access
> >
> > Please let me know what needs to be done
>

RE: Hbase testing utility

Posted by Gaurav Agarwal <ga...@gmail.com>.
It worked thanks
On Feb 22, 2016 9:00 PM, "Gaurav Agarwal" <ga...@gmail.com> wrote:

> I got the files now and I am getting NPE  when i debug I got WINUTILS as
> null in diskchecker.checkDir()
> On Feb 22, 2016 6:55 PM, "ashish singhi" <as...@huawei.com> wrote:
>
>> Looks like you are missing hadoop dll files from your path which are
>> required to run hadoop processes on Windows.
>> If you don't have hadoop dll files then you can generate your own. Google
>> "Steps to build Hadoop bin distribution for Windows".
>>
>> Regards,
>> Ashish
>>
>> -----Original Message-----
>> From: Gaurav Agarwal [mailto:gaurav130403@gmail.com]
>> Sent: 22 February 2016 16:34
>> To: user@hbase.apache.org
>> Subject: Hbase testing utility
>>
>> > I am trying to hbase testing utility to start minicluster on my local
>> but
>> getting some exception
>> > Java.Lang.unsatisfiedLinkError:
>> org.apache.hadoop.ok.native.NativeIO$windows.access
>> >
>> > Please let me know what needs to be done
>>
>

RE: Hbase testing utility

Posted by Gaurav Agarwal <ga...@gmail.com>.
I got the files now and I am getting NPE  when i debug I got WINUTILS as
null in diskchecker.checkDir()
On Feb 22, 2016 6:55 PM, "ashish singhi" <as...@huawei.com> wrote:

> Looks like you are missing hadoop dll files from your path which are
> required to run hadoop processes on Windows.
> If you don't have hadoop dll files then you can generate your own. Google
> "Steps to build Hadoop bin distribution for Windows".
>
> Regards,
> Ashish
>
> -----Original Message-----
> From: Gaurav Agarwal [mailto:gaurav130403@gmail.com]
> Sent: 22 February 2016 16:34
> To: user@hbase.apache.org
> Subject: Hbase testing utility
>
> > I am trying to hbase testing utility to start minicluster on my local but
> getting some exception
> > Java.Lang.unsatisfiedLinkError:
> org.apache.hadoop.ok.native.NativeIO$windows.access
> >
> > Please let me know what needs to be done
>

RE: Hbase testing utility

Posted by ashish singhi <as...@huawei.com>.
Looks like you are missing hadoop dll files from your path which are required to run hadoop processes on Windows.
If you don't have hadoop dll files then you can generate your own. Google "Steps to build Hadoop bin distribution for Windows".

Regards,
Ashish

-----Original Message-----
From: Gaurav Agarwal [mailto:gaurav130403@gmail.com] 
Sent: 22 February 2016 16:34
To: user@hbase.apache.org
Subject: Hbase testing utility

> I am trying to hbase testing utility to start minicluster on my local but
getting some exception
> Java.Lang.unsatisfiedLinkError:
org.apache.hadoop.ok.native.NativeIO$windows.access
>
> Please let me know what needs to be done