[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
courses:mapreduce-tutorial:step-25 [2012/01/31 13:04]
straka
courses:mapreduce-tutorial:step-25 [2012/01/31 15:12] (current)
majlis Fixed code for sorting execution.
Line 198: Line 198:
 You can download the {{:courses:mapreduce-tutorial:step-25.txt|Sorting.java}} template and execute it. You can download the {{:courses:mapreduce-tutorial:step-25.txt|Sorting.java}} template and execute it.
  
-  wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-25.txt' -O 'Sorting.java'+  wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-25.txt' -O 'SortingUniform.java'
   # NOW VIEW THE FILE   # NOW VIEW THE FILE
-  # $EDITOR Sorting.java +  # $EDITOR SortingUniform.java 
-  make -f /net/projects/hadoop/java/Makefile Sorting.jar +  make -f /net/projects/hadoop/java/Makefile SortingUniform.jar 
-  rm -rf step-25-out-sol; /net/projects/hadoop/bin/hadoop Sorting.jar -r /home/straka/wiki/cs-text-small step-25-out-sol +  rm -rf step-25-out-uniform; /net/projects/hadoop/bin/hadoop SortingUniform.jar -c 2 -r /net/projects/hadoop/examples/inputs/numbers-small step-25-out-uniform 
-  less step-25-out-sol/part-*+  less step-25-out-uniform/part-* 
 + 
 +  wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-25.txt' -O 'SortingNonuniform.java' 
 +  # NOW VIEW THE FILE 
 +  # $EDITOR SortingUniform.java 
 +  make -f /net/projects/hadoop/java/Makefile SortingNonuniform.jar 
 +  rm -rf step-25-out-nonuniform; /net/projects/hadoop/bin/hadoop SortingNonuniform.jar -c 2 -r 2 /net/projects/hadoop/examples/inputs/nonuniform-small  step-25-out-nonuniform 
 +  less step-25-out-nonuniform/part-*
  
 ---- ----

[ Back to the navigation ] [ Back to the content ]