swift examples

Change-Id: Ifbc7da968b46ffd6459af1784d29429edc9c887c
This commit is contained in:
denizdemir 2013-01-26 23:45:24 -08:00
parent 53182ee041
commit da37ddb022
1 changed files with 1 additions and 7 deletions

View File

@ -7,16 +7,10 @@ bin/hadoop fs -cat swiftn://output/wordout/*
bin/hadoop fs -lsr swiftn://input
# remove of jjtemp exists
#rm -rf /home/jojoseph/DEV/Hadoop/release-1.0.3/jjtemp
#input from swift and output to local file system
bin/hadoop jar build/hadoop-examples-*.jar wordcount swiftn://input file:///home/jojoseph/DEV/Hadoop/release-1.0.3/jjtemp
bin/hadoop jar build/hadoop-examples-*.jar wordcount swiftn://input file:///home/output
bin/hadoop fs -rmr /cloudout
#input from swift and output to hdfs
bin/hadoop jar build/hadoop-examples-*.jar wordcount swiftn://input hdfs://localhost:9000/cloudout