RE: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread Brahma Reddy Battula
Are you using the right libraries ( built for 64-bit windows and Hadoop 2.6.2) ? From: karthi keyan [mailto:karthi93.san...@gmail.com] Sent: 29 March 2016 14:51 To: Brahma Reddy Battula Cc: user@hadoop.apache.org Subject: Re: UnstaisfiedLinkError - Windows Environment Hi Brahma, I have added tho

Re: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread karthi keyan
Yes, built with right libraries. In my case i have to connect with remote cluster which accommodate Hadoop (built for 64 bit windows and Hadoop 2.5.2). On Tue, Mar 29, 2016 at 12:34 PM, Brahma Reddy Battula < brahmareddy.batt...@huawei.com> wrote: > Are you using the right libraries ( built for

Use ChainMapper with TableMapReduceUtil

2016-03-29 Thread Marko Dinic
Is it possible to chain multiple mappers when the first mapper in the chain reads from a HBase table? That is, to use ChainMapper with TableMapReduceUtil? I'm trying to perform some transformations on each record retrieved from the HBase, but I'm not able to make it work. Here's a code snipped wh

RE: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread Brahma Reddy Battula
As you told Server is Hadoop 2.5.2. But client is 2.6.2, as seen in the exception. Whether client-side libraries built with Hadoop 2.6.2? From: karthi keyan [mailto:karthi93.san...@gmail.com] Sent: 29 March 2016 15:16 To: Brahma Reddy Battula Cc: user@hadoop.apache.org Subject: Re: UnstaisfiedLink

RE: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread Zheng, Kai
Something to try: 1. Run ‘hadoop checknative’ to see if anything wrong; 2. Find the Hadoop native DLL and using some tool inspect its symbols, see if there is the required function related to crc32. This is a rather old function I’m not sure it was changed around the version. Regar

Re: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread karthi keyan
Only side libraries are built with Hadoop 2.6.2 , But Server(Remote Cluster) is built with Hadoop 2.5.2? Am not sure that version not be the case here.. Don't know wy it happens ? does you knw the cause of this exception ?

Unsubscribe

2016-03-29 Thread Anand Murali
Unsubscribe 

Unsubscribe

2016-03-29 Thread ??????
Unsubscribe

Re: Re: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread hsdcl...@163.com
Only side libraries are built with Hadoop 2.6.2 , But Server(Remote Cluster) is built with Hadoop 2.5.2? Am not sure that version not be the case here.. Don't know wy it happens ? does you knw the cause of this exception ?

RE: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread Brahma Reddy Battula
UnsatisfiedLinkError, is coming because its not able link, Java code API (JNI) to corresponding native API in available library. This will not be the problem from running different version in remote cluster. Common causes would be: 1. Built for different architecture (32bit?) 2. Libraries corrupte

Re: Re: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread karthi keyan
I too thought version will be the problem but, Same Package works fine for another Server (remote Cluster with same Hadoop 2.5.2) . See here i have to clarify my use case, 1. Having a Small sample(*client*) which is built with Hadoop *2.6.2 (*Built with .net framework 4.0 and JDK 1.8 in 64 bit env

YARN re-locate container

2016-03-29 Thread Zoltán Zvara
Dear Hadoop Community, Is there any feature available, or on the road map to support the relocation of containers? (Simply restart the container on another machine.) Thanks, Zoltán

Re: YARN re-locate container

2016-03-29 Thread Vinod Kumar Vavilapalli
Containers can be restarted on other machines already today - YARN just leaves it up to the applications to do so. Are you looking for anything more specifically? +Vinod > On Mar 29, 2016, at 9:45 AM, Zoltán Zvara wrote: > > Dear Hadoop Community, > > Is there any feature available, or on th

Unsubscribe

2016-03-29 Thread Venky Mullapudi
Unsubscribe

Re: Unsubscribe

2016-03-29 Thread Akira AJISAKA
Hi all, In order to unsubscribe from this ML, you need to send an email to user-unsubscr...@hadoop.apache.org. On 3/30/16 09:29, Venky Mullapudi wrote: Unsubscribe - To unsubscribe, e-mail: user-unsubscr...@hadoop.apache.