Thread: write files to HDFS under windows enviroment
write files to HDFS under windows
enviroment
2008-01-21 01:31:15
I have setup the HDFS cluster under linux enviroment, but I
need write
files to the DFS from windows application, how can I achieve
this? thanks
Re: write files to HDFS under windows
enviroment
2008-01-21 07:38:01
bin/hadoop dfs -copyFromLocal (Command Line)
or
read the hadop wiki (Programming)
On Jan 21, 2008 3:31 PM, wang daming <dmwang.brightgmail.com> wrote:
> I have setup the HDFS cluster under linux enviroment,
but I need write
> files to the DFS from windows application, how can I
achieve this? thanks
>