RE: UnsatisfiedLinkError installing Hadoop on Windows

2015-06-04 Thread Kiran Kumar.M.R
Hi Joshua, You will get this error, when native and winutils project are not built properly. (hadoop-common-project\hadoop-common\src\main\native and hadoop-common-project\hadoop-common\src\main\winutils) Even if they are built, you may not be having proper version off MSVCRT (Visual C++

RE: Problem with Hadoop 2.6 native build Windows

2015-04-22 Thread Kiran Kumar.M.R
Hi Yves, For 64-bit compilation, it should work out of box. What command are you using to build? Below build command works for me $mvn install -Pnative-win -DskipTests Ensure you have cmake also. Regards, Kiran

RE: running hive on windows 7

2015-03-10 Thread Kiran Kumar.M.R
Try posting this query on Hive mailing list u...@hive.apache.orgmailto:u...@hive.apache.org Regards, Kiran __ This e-mail and its attachments contain confidential information from HUAWEI,

RE: Building for Windows

2015-02-12 Thread Kiran Kumar.M.R
Hi Lucio, You need to install any of following on your build machine. These are one time install and do not need internet connection. You can download ISO of VS and install. These tools are necessary to build native C++ code in hadoop-common and hadoop-hdfs 1.Windows 7.1 SDK (Along with

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 does

RE: Building for Windows

2015-02-11 Thread Kiran Kumar.M.R
Hi Naveen, Did you see the compilation steps from comments in blog http://zutai.blogspot.com/2014/06/build-install-and-run-hadoop-24-240-on.html?showComment=1422091525887#c2264594416650430988 I had posted it. Good to know it helped you. Regards, Kiran

RE: Error with winutils.sln

2015-02-11 Thread Kiran Kumar.M.R
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. Thank you for your

RE: Error with winutils.sln

2015-02-10 Thread Kiran Kumar.M.R
it! __ 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

RE: Error with winutils.sln

2015-02-10 Thread Kiran Kumar.M.R
it! __ 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