Changes between Version 11 and Version 12 of GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/Execute


Ignore:
Timestamp:
03/07/14 16:28:55 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/Execute

    v11 v12  
    365365}}}
    366366
     367==== 5.4.3 Look at the output. ==== 
     368
     369Note: you can use Hadoop's cat and/or get  functionally to look at the random and sorted files to confirm their size and that the sort actually worked.
     370
     371Try some or all of these commands.  Does the output make sense to you?
     372
     373{{{
     374hadoop fs -ls random.data.1G
     375hadoop fs -ls sorted.data.1G
     376hadoop fs -cat random.data.1G/part-00000
     377hadoop fs -cat sorted.data.1G/part-00000
     378}}}
     379
    367380=== 5.5   Advanced Example ===
    368381