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:

Unsubscribe

2016-03-29 Thread Venky Mullapudi
Unsubscribe

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

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: 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

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

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 ?

Unsubscribe

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

Unsubscribe

2016-03-29 Thread Anand Murali
Unsubscribe 

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:

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

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

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

Re: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread karthi keyan
Hi Brahma, I have added those libraries to the bin path. Every time when i communicate with other cluster(hadoop) am facing this issue. Is there any Backward compatibility ?? or some thing else ? On Tue, Mar 29, 2016 at 12:09 PM, Brahma Reddy Battula < brahmareddy.batt...@huawei.com> wrote:

RE: UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread Brahma Reddy Battula
Hadoop Cluster installed in Windows or only client is in Windows? Whether Hadoop distribution contains windows library files and /bin is added to PATH ? From: karthi keyan [mailto:karthi93.san...@gmail.com] Sent: 29 March 2016 14:29 To: user@hadoop.apache.org Subject: UnstaisfiedLinkError -

UnstaisfiedLinkError - Windows Environment

2016-03-29 Thread karthi keyan
Hi, Frequently am facing this issue while reading the Data from HDFS, Every time i have replaced (rebuid) the jars. Does any one suggest me the right way to resolve this issue? or can any one tell me the root cause for this error ? JDK > 1.7 System env - win 64 bit Caused by: