If we try that, we get the same error [email protected] just mailed
about:

java.io.IOException (java.io.IOException: Cannot run program "cygpath":
CreateProcess error=2, The system cannot find the file specified)
java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
org.apache.hadoop.util.Shell.runCommand(Shell.java:206)
org.apache.hadoop.util.Shell.run(Shell.java:188)
org.apache.hadoop.fs.FileUtil$CygPathCommand.<init>(FileUtil.java:412)
org.apache.hadoop.fs.FileUtil.makeShellPath(FileUtil.java:438)



On Wed, Dec 11, 2013 at 1:45 PM, Matei Zaharia <[email protected]>wrote:

> Try running it without Cygwin on your PATH. It seems that it’s trying to
> call chmod and such and failing.
>
> Matei
>
>
> On Dec 11, 2013, at 10:38 AM, Nathan Kronenfeld <
> [email protected]> wrote:
>
> Oops.  Stupid mail client.  Sorry about that
>
> When we change
>
> res.saveAsTextFile("file:///c:/some/path")
>
> to
>
> res.saveAsTextFile("path")
>
> and run it from c:\some, we get exactly the same error.
>
> --
> Nathan Kronenfeld
> Senior Visualization Developer
> Oculus Info Inc
> 2 Berkeley Street, Suite 600,
> Toronto, Ontario M5A 4J5
> Phone:  +1-416-203-3003 x 238
> Email:  [email protected]
>
>
>


-- 
Nathan Kronenfeld
Senior Visualization Developer
Oculus Info Inc
2 Berkeley Street, Suite 600,
Toronto, Ontario M5A 4J5
Phone:  +1-416-203-3003 x 238
Email:  [email protected]

Reply via email to