You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by 破千 <99...@qq.com> on 2014/04/25 08:17:22 UTC

How do I get started with hadoop on windows system

Hi everyone,
I have subscribed hadoop mail list this morning. How do I get started with hadoop on my windows 7 PC.
Thanks!

Re: How do I get started with hadoop on windows system

Posted by Publius <t_...@yahoo.com>.
oracle virtual box, and hortonworks sandbox for virtual box also work
 
watch you tube videos on the steps




>________________________________
> From: unmesha sreeveni <un...@gmail.com>
>To: User Hadoop <us...@hadoop.apache.org> 
>Sent: Wednesday, April 30, 2014 6:51 AM
>Subject: Re: How do I get started with hadoop on windows system
> 
>
>
>In order to get started with hadoop you need to install cgywin (Provides an exact look and feel as linux)
>Or else u can run ubundu in a vmPlayer
>Once you done this
>You can download hadoop directly from Apache or from other vendors
>And Follow thiese steps: http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
>
>
>
>On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>Hi everyone,
>>I have subscribed hadoop mail list this morning. How do I get started with hadoop on my windows 7 PC.
>>Thanks!
>>
>
>
>
>-- 
>
>Thanks & Regards 
>
>
>Unmesha Sreeveni U.B
>
>Hadoop, Bigdata Developer
>Center for Cyber Security | Amrita Vishwa Vidyapeetham
>
>http://www.unmeshasreeveni.blogspot.in/
>
>
>
>
>
>

Re: How do I get started with hadoop on windows system

Posted by Publius <t_...@yahoo.com>.
oracle virtual box, and hortonworks sandbox for virtual box also work
 
watch you tube videos on the steps




>________________________________
> From: unmesha sreeveni <un...@gmail.com>
>To: User Hadoop <us...@hadoop.apache.org> 
>Sent: Wednesday, April 30, 2014 6:51 AM
>Subject: Re: How do I get started with hadoop on windows system
> 
>
>
>In order to get started with hadoop you need to install cgywin (Provides an exact look and feel as linux)
>Or else u can run ubundu in a vmPlayer
>Once you done this
>You can download hadoop directly from Apache or from other vendors
>And Follow thiese steps: http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
>
>
>
>On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>Hi everyone,
>>I have subscribed hadoop mail list this morning. How do I get started with hadoop on my windows 7 PC.
>>Thanks!
>>
>
>
>
>-- 
>
>Thanks & Regards 
>
>
>Unmesha Sreeveni U.B
>
>Hadoop, Bigdata Developer
>Center for Cyber Security | Amrita Vishwa Vidyapeetham
>
>http://www.unmeshasreeveni.blogspot.in/
>
>
>
>
>
>

Re: How do I get started with hadoop on windows system

Posted by bo yang <bo...@gmail.com>.
Sharing a little experience for me to get hadoop working on windows...

I need to build the native binaries (winutils.exe, hadoop.dll) from Hadoop
source code, and copy them to Hadoop bin directory. The maven pom project
cannot build these binaries well on windows. I have to manually open the
sln file in VisualStudio, and build the project.

Also I kind of remember I hit some issue with Protocol Buffer, and have to
manually change some path in Hadoop source code to make build pass.



On Wed, Apr 30, 2014 at 3:51 AM, unmesha sreeveni <un...@gmail.com>wrote:

> In order to get started with hadoop you need to install cgywin (Provides
> an exact look and feel as linux)
> Or else u can run ubundu in a vmPlayer
> Once you done this
> You can download hadoop directly from Apache or from other vendors
> And Follow thiese steps:
> http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
> On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>> Hi everyone,
>> I have subscribed hadoop mail list this morning. How do I get started
>> with hadoop on my windows 7 PC.
>> Thanks!
>>
>
>
>
> --
> *Thanks & Regards *
>
>
> *Unmesha Sreeveni U.B*
> *Hadoop, Bigdata Developer*
> *Center for Cyber Security | Amrita Vishwa Vidyapeetham*
> http://www.unmeshasreeveni.blogspot.in/
>
>
>

Re: How do I get started with hadoop on windows system

Posted by Publius <t_...@yahoo.com>.
oracle virtual box, and hortonworks sandbox for virtual box also work
 
watch you tube videos on the steps




>________________________________
> From: unmesha sreeveni <un...@gmail.com>
>To: User Hadoop <us...@hadoop.apache.org> 
>Sent: Wednesday, April 30, 2014 6:51 AM
>Subject: Re: How do I get started with hadoop on windows system
> 
>
>
>In order to get started with hadoop you need to install cgywin (Provides an exact look and feel as linux)
>Or else u can run ubundu in a vmPlayer
>Once you done this
>You can download hadoop directly from Apache or from other vendors
>And Follow thiese steps: http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
>
>
>
>On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>Hi everyone,
>>I have subscribed hadoop mail list this morning. How do I get started with hadoop on my windows 7 PC.
>>Thanks!
>>
>
>
>
>-- 
>
>Thanks & Regards 
>
>
>Unmesha Sreeveni U.B
>
>Hadoop, Bigdata Developer
>Center for Cyber Security | Amrita Vishwa Vidyapeetham
>
>http://www.unmeshasreeveni.blogspot.in/
>
>
>
>
>
>

Re: How do I get started with hadoop on windows system

Posted by bo yang <bo...@gmail.com>.
Sharing a little experience for me to get hadoop working on windows...

I need to build the native binaries (winutils.exe, hadoop.dll) from Hadoop
source code, and copy them to Hadoop bin directory. The maven pom project
cannot build these binaries well on windows. I have to manually open the
sln file in VisualStudio, and build the project.

Also I kind of remember I hit some issue with Protocol Buffer, and have to
manually change some path in Hadoop source code to make build pass.



On Wed, Apr 30, 2014 at 3:51 AM, unmesha sreeveni <un...@gmail.com>wrote:

> In order to get started with hadoop you need to install cgywin (Provides
> an exact look and feel as linux)
> Or else u can run ubundu in a vmPlayer
> Once you done this
> You can download hadoop directly from Apache or from other vendors
> And Follow thiese steps:
> http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
> On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>> Hi everyone,
>> I have subscribed hadoop mail list this morning. How do I get started
>> with hadoop on my windows 7 PC.
>> Thanks!
>>
>
>
>
> --
> *Thanks & Regards *
>
>
> *Unmesha Sreeveni U.B*
> *Hadoop, Bigdata Developer*
> *Center for Cyber Security | Amrita Vishwa Vidyapeetham*
> http://www.unmeshasreeveni.blogspot.in/
>
>
>

Re: How do I get started with hadoop on windows system

Posted by bo yang <bo...@gmail.com>.
Sharing a little experience for me to get hadoop working on windows...

I need to build the native binaries (winutils.exe, hadoop.dll) from Hadoop
source code, and copy them to Hadoop bin directory. The maven pom project
cannot build these binaries well on windows. I have to manually open the
sln file in VisualStudio, and build the project.

Also I kind of remember I hit some issue with Protocol Buffer, and have to
manually change some path in Hadoop source code to make build pass.



On Wed, Apr 30, 2014 at 3:51 AM, unmesha sreeveni <un...@gmail.com>wrote:

> In order to get started with hadoop you need to install cgywin (Provides
> an exact look and feel as linux)
> Or else u can run ubundu in a vmPlayer
> Once you done this
> You can download hadoop directly from Apache or from other vendors
> And Follow thiese steps:
> http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
> On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>> Hi everyone,
>> I have subscribed hadoop mail list this morning. How do I get started
>> with hadoop on my windows 7 PC.
>> Thanks!
>>
>
>
>
> --
> *Thanks & Regards *
>
>
> *Unmesha Sreeveni U.B*
> *Hadoop, Bigdata Developer*
> *Center for Cyber Security | Amrita Vishwa Vidyapeetham*
> http://www.unmeshasreeveni.blogspot.in/
>
>
>

Re: How do I get started with hadoop on windows system

Posted by Publius <t_...@yahoo.com>.
oracle virtual box, and hortonworks sandbox for virtual box also work
 
watch you tube videos on the steps




>________________________________
> From: unmesha sreeveni <un...@gmail.com>
>To: User Hadoop <us...@hadoop.apache.org> 
>Sent: Wednesday, April 30, 2014 6:51 AM
>Subject: Re: How do I get started with hadoop on windows system
> 
>
>
>In order to get started with hadoop you need to install cgywin (Provides an exact look and feel as linux)
>Or else u can run ubundu in a vmPlayer
>Once you done this
>You can download hadoop directly from Apache or from other vendors
>And Follow thiese steps: http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
>
>
>
>On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>Hi everyone,
>>I have subscribed hadoop mail list this morning. How do I get started with hadoop on my windows 7 PC.
>>Thanks!
>>
>
>
>
>-- 
>
>Thanks & Regards 
>
>
>Unmesha Sreeveni U.B
>
>Hadoop, Bigdata Developer
>Center for Cyber Security | Amrita Vishwa Vidyapeetham
>
>http://www.unmeshasreeveni.blogspot.in/
>
>
>
>
>
>

Re: How do I get started with hadoop on windows system

Posted by bo yang <bo...@gmail.com>.
Sharing a little experience for me to get hadoop working on windows...

I need to build the native binaries (winutils.exe, hadoop.dll) from Hadoop
source code, and copy them to Hadoop bin directory. The maven pom project
cannot build these binaries well on windows. I have to manually open the
sln file in VisualStudio, and build the project.

Also I kind of remember I hit some issue with Protocol Buffer, and have to
manually change some path in Hadoop source code to make build pass.



On Wed, Apr 30, 2014 at 3:51 AM, unmesha sreeveni <un...@gmail.com>wrote:

> In order to get started with hadoop you need to install cgywin (Provides
> an exact look and feel as linux)
> Or else u can run ubundu in a vmPlayer
> Once you done this
> You can download hadoop directly from Apache or from other vendors
> And Follow thiese steps:
> http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html
>
>
>
>
> On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:
>
>> Hi everyone,
>> I have subscribed hadoop mail list this morning. How do I get started
>> with hadoop on my windows 7 PC.
>> Thanks!
>>
>
>
>
> --
> *Thanks & Regards *
>
>
> *Unmesha Sreeveni U.B*
> *Hadoop, Bigdata Developer*
> *Center for Cyber Security | Amrita Vishwa Vidyapeetham*
> http://www.unmeshasreeveni.blogspot.in/
>
>
>

Re: How do I get started with hadoop on windows system

Posted by unmesha sreeveni <un...@gmail.com>.
In order to get started with hadoop you need to install cgywin (Provides an
exact look and feel as linux)
Or else u can run ubundu in a vmPlayer
Once you done this
You can download hadoop directly from Apache or from other vendors
And Follow thiese steps:
http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html




On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:

> Hi everyone,
> I have subscribed hadoop mail list this morning. How do I get started with
> hadoop on my windows 7 PC.
> Thanks!
>



-- 
*Thanks & Regards *


*Unmesha Sreeveni U.B*
*Hadoop, Bigdata Developer*
*Center for Cyber Security | Amrita Vishwa Vidyapeetham*
http://www.unmeshasreeveni.blogspot.in/

Re: How do I get started with hadoop on windows system

Posted by unmesha sreeveni <un...@gmail.com>.
In order to get started with hadoop you need to install cgywin (Provides an
exact look and feel as linux)
Or else u can run ubundu in a vmPlayer
Once you done this
You can download hadoop directly from Apache or from other vendors
And Follow thiese steps:
http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html




On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:

> Hi everyone,
> I have subscribed hadoop mail list this morning. How do I get started with
> hadoop on my windows 7 PC.
> Thanks!
>



-- 
*Thanks & Regards *


*Unmesha Sreeveni U.B*
*Hadoop, Bigdata Developer*
*Center for Cyber Security | Amrita Vishwa Vidyapeetham*
http://www.unmeshasreeveni.blogspot.in/

Re: How do I get started with hadoop on windows system

Posted by unmesha sreeveni <un...@gmail.com>.
In order to get started with hadoop you need to install cgywin (Provides an
exact look and feel as linux)
Or else u can run ubundu in a vmPlayer
Once you done this
You can download hadoop directly from Apache or from other vendors
And Follow thiese steps:
http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html




On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:

> Hi everyone,
> I have subscribed hadoop mail list this morning. How do I get started with
> hadoop on my windows 7 PC.
> Thanks!
>



-- 
*Thanks & Regards *


*Unmesha Sreeveni U.B*
*Hadoop, Bigdata Developer*
*Center for Cyber Security | Amrita Vishwa Vidyapeetham*
http://www.unmeshasreeveni.blogspot.in/

Re: How do I get started with hadoop on windows system

Posted by unmesha sreeveni <un...@gmail.com>.
In order to get started with hadoop you need to install cgywin (Provides an
exact look and feel as linux)
Or else u can run ubundu in a vmPlayer
Once you done this
You can download hadoop directly from Apache or from other vendors
And Follow thiese steps:
http://www.unmeshasreeveni.blogspot.in/2014/04/hadoop-installation-for-beginners.html




On Fri, Apr 25, 2014 at 11:47 AM, 破千 <99...@qq.com> wrote:

> Hi everyone,
> I have subscribed hadoop mail list this morning. How do I get started with
> hadoop on my windows 7 PC.
> Thanks!
>



-- 
*Thanks & Regards *


*Unmesha Sreeveni U.B*
*Hadoop, Bigdata Developer*
*Center for Cyber Security | Amrita Vishwa Vidyapeetham*
http://www.unmeshasreeveni.blogspot.in/