1. goto the hadoop wiki , all known document can be found there.
http://wiki.apache.org/lucene-hadoop/
 and there is a page "GettingStartedWithHadoop" about set a cluster both
with single node and multi-node

2.yes , hadoop has client.also in the wiki, there's a page "Command Line
Options for hadoop shell script."

to your request , i think the shell command "bin/hadoop dfs -copyFromLocal
src dest" works.
if programmatically  using , One example of programmatically using FsShell
is in
src/test/org/apache/hadoop/dfs/TestDFSShell.java

and the thread not killed problem with FsShell has been fixed erst.
or , just use the the APIs FileSystem.java offered , like the FsShell does.


s d-4 wrote:
> 
> 1. Where can i find documentation on how to set a DFS cluster (multiple
> nodes) ?
> 2. Is there a DFS client (i want to transport the file from box Y which is
> not in the DFS cluster to the Cluster for storage) ? or do i need to
> include
> Y in the cluster?
> Thanks,
> S.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-with-DFS-tf4222744.html#a12012903
Sent from the Hadoop Users mailing list archive at Nabble.com.

Reply via email to