RE: Error with winutils.sln

2015-02-12 Thread Kiran Kumar.M.R
Ramakrishnan [mailto:venkat.archit...@gmail.com] Sent: Friday, February 13, 2015 06:34 To: Kiran Kumar.M.R Cc: user@hadoop.apache.org Subject: Re: Error with winutils.sln Hi Kiran, Again, with your inputs, I was able to compile the HDFS module & move forward. Now, I am at a stage where the compilation

RE: Error with winutils.sln

2015-02-11 Thread Kiran Kumar.M.R
___ From: Venkat Ramakrishnan [mailto:venkat.archit...@gmail.com] Sent: Tuesday, February 10, 2015 22:52 To: user@hadoop.apache.org; Kiran Kumar.M.R Subject: Re: Error with winutils.sln Hi Kiran, I made much progress on winutils suggestions that you gave, and I have progressed till hadoop-hdfs module

Re: Error with winutils.sln

2015-02-10 Thread Venkat Ramakrishnan
y persons other than the intended recipient(s) is > prohibited. If you receive this e-mail in error, please notify the sender > by phone or email immediately and delete it! > > > __________ > > > > > > > > > > *From:* Kiran Ku

RE: Error with winutils.sln

2015-02-10 Thread Rohith Sharma K S
Download patch from jira : https://issues.apache.org/jira/i#browse/HADOOP-9922 Thanks & Regards Rohith Sharma K S From: Venkat Ramakrishnan [mailto:venkat.archit...@gmail.com] Sent: 10 February 2015 17:06 To: user@hadoop.apache.org Subject: Re: Error with winutils.sln Thank you Rohit. C

RE: Error with winutils.sln

2015-02-10 Thread Kiran Kumar.M.R
! __ From: Kiran Kumar.M.R [mailto:kiran.kumar...@huawei.com] Sent: Tuesday, February 10, 2015 16:38 To: user@hadoop.apache.org Subject: RE: Error with winutils.sln To be more precise: 1. Replace x64 with Win32 in following files hadoop-common-project\hadoop-common\src\main\native\native.sln

Re: Error with winutils.sln

2015-02-10 Thread Venkat Ramakrishnan
Thank you Rohit. Could you please point me to the documentation/information/location related to Hadoop's 9922 patch? Thx, Venkat. On Tue, Feb 10, 2015 at 4:51 PM, Rohith Sharma K S < rohithsharm...@huawei.com> wrote: > There are some issues for compiling Hadoop in win32 platform. Even I am >

RE: Error with winutils.sln

2015-02-10 Thread Rohith Sharma K S
There are some issues for compiling Hadoop in win32 platform. Even I am facing same issues. I think it is explicitly removed the support. But It is possible to compile successfully by tweaking some of the files. Follow the below instructions 1. Apply the patch HADOOP-9922.patch to your

RE: Error with winutils.sln

2015-02-10 Thread Kiran Kumar.M.R
Hi, Build files support only x64 (64 bit). You can add 32bit build as below 1. You can edit .sln files and replace x64 with Win32 and the compile. 2. Also edit pom.xml (hadoop-hdfs-project\hadoop-hdfs) To replace “Visual Studio 10 Win64” with “Visual Studio 10” Regards, Kiran __

RE: Error with winutils.sln

2015-02-10 Thread Kiran Kumar.M.R
! __ From: Kiran Kumar.M.R Sent: Tuesday, February 10, 2015 16:33 To: user@hadoop.apache.org Subject: RE: Error with winutils.sln Hi, Build files support only x64 (64 bit). You can add 32bit build as below 1. You can edit .sln