You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by youlq <yo...@gmail.com> on 2006/12/04 10:24:53 UTC

Can hadoop run on windows?

hi,all:

	Is there any one know how to run hadoop on windows? Or could it be possible ? 

	Thanks!

        youlq
        you.leiqing@gmail.com
          2006-12-04	
	


Re: Can hadoop run on windows?

Posted by howard chen <ho...@gmail.com>.
On 12/5/06, 김형준 <ba...@gmail.com> wrote:
> Yes. It's possible.
> but you must modify org/apache/hadoop/fs/DF.java file.
> This file uses "df -k" command which is for Linux.
> I replaced DF.java for Windows.
> If you want to run on Windows, you must write bat script for classpath or
> env variable,
> and run script on each server.
>
>
> 2006/12/4, youlq <yo...@gmail.com>:
> >
> > hi,all:
> >
> >         Is there any one know how to run hadoop on windows? Or could it be
> > possible ?
> >
> >         Thanks!
> >
> >         youlq
> >         you.leiqing@gmail.com
> >           2006-12-04
> >
> >
> >
>
>


you can use the GnuWin32

Re: Can hadoop run on windows?

Posted by 김형준 <ba...@gmail.com>.
Yes. It's possible.
but you must modify org/apache/hadoop/fs/DF.java file.
This file uses "df -k" command which is for Linux.
I replaced DF.java for Windows.
If you want to run on Windows, you must write bat script for classpath or
env variable,
and run script on each server.


2006/12/4, youlq <yo...@gmail.com>:
>
> hi,all:
>
>         Is there any one know how to run hadoop on windows? Or could it be
> possible ?
>
>         Thanks!
>
>         youlq
>         you.leiqing@gmail.com
>           2006-12-04
>
>
>