|
|
-
Running example in CygWin Environment
Ramachandran Vilayannur 2012-12-19, 09:27
I am running the example in CygWin Environment... On running bin/hadoop -v jar hadoop-examples-0.20.203.0.jar grep input output 'dfs[a-z.]+' returns apparently without error but no output directory is created. Any help is appreciated. Sitaraman
-
Re: Running example in CygWin Environment
Jennifer Lopez 2012-12-19, 10:26
cat output/* .. that would return if there are any successful search
On Wed, Dec 19, 2012 at 2:57 PM, Ramachandran Vilayannur < [EMAIL PROTECTED]> wrote:
> I am running the example in CygWin Environment... > On running bin/hadoop -v jar hadoop-examples-0.20.203.0.jar grep > input output 'dfs[a-z.]+' returns apparently without error but no > output directory is created. Any help is appreciated. > Sitaraman >
-
Re: Running example in CygWin Environment
Ramachandran Vilayannur 2012-12-19, 10:33
Hi Jeniffer, Thanks for the response...I realize that i had not been running sshd...when i attermpted to run it i get the following error (i am runnin this in windows 7) ssh-host-config is using csih-0.9.6 csih
On Wed, Dec 19, 2012 at 3:56 PM, Jennifer Lopez <[EMAIL PROTECTED]> wrote: > cat output/* .. that would return if there are any successful search > > > On Wed, Dec 19, 2012 at 2:57 PM, Ramachandran Vilayannur > <[EMAIL PROTECTED]> wrote: >> >> I am running the example in CygWin Environment... >> On running bin/hadoop -v jar hadoop-examples-0.20.203.0.jar grep >> input output 'dfs[a-z.]+' returns apparently without error but no >> output directory is created. Any help is appreciated. >> Sitaraman > >
-
Re: Running example in CygWin Environment
Ramachandran Vilayannur 2012-12-19, 10:35
Hi Jeniffer, Thanks for the response, I realized that i had not been running sshd when i attempted that, (i am running on Windows 7) i get the following error.. ssh-host-config is using csih-0.9.6 and requires WinNT or higher... Can i do anything about this.. Thanks for your help. Sitaraman On Wed, Dec 19, 2012 at 4:03 PM, Ramachandran Vilayannur <[EMAIL PROTECTED]> wrote: > Hi Jeniffer, > Thanks for the response...I realize that i had not been running > sshd...when i attermpted to run it i get the following error (i am > runnin this in windows 7) > ssh-host-config is using csih-0.9.6 > csih > > On Wed, Dec 19, 2012 at 3:56 PM, Jennifer Lopez <[EMAIL PROTECTED]> wrote: >> cat output/* .. that would return if there are any successful search >> >> >> On Wed, Dec 19, 2012 at 2:57 PM, Ramachandran Vilayannur >> <[EMAIL PROTECTED]> wrote: >>> >>> I am running the example in CygWin Environment... >>> On running bin/hadoop -v jar hadoop-examples-0.20.203.0.jar grep >>> input output 'dfs[a-z.]+' returns apparently without error but no >>> output directory is created. Any help is appreciated. >>> Sitaraman >> >>
|
|