User Tools

Site Tools


linux_hadoop_minimal_installation_instructions

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_hadoop_minimal_installation_instructions [2019/07/23 21:05]
deadline added md5 instructions
linux_hadoop_minimal_installation_instructions [2020/05/21 18:46] (current)
deadline
Line 16: Line 16:
   * [[https://www.safaribooksonline.com/search/?query=Hands-on%20Introduction%20to%20Apache%20Hadoop%20and%20Spark%20Programming&field=title|Hands-on Introduction to Apache Hadoop and Spark Programming]]   * [[https://www.safaribooksonline.com/search/?query=Hands-on%20Introduction%20to%20Apache%20Hadoop%20and%20Spark%20Programming&field=title|Hands-on Introduction to Apache Hadoop and Spark Programming]]
  
-It can also be used for the examples provided in the companion on-line+It can also be used for the [[https://www.clustermonkey.net/download/LiveLessons/Hadoop_Fundamentals/|examples]] provided in the companion on-line
 video tutorial (14+ hours): video tutorial (14+ hours):
  
Line 37: Line 37:
  
   wget https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Hands_On_Hadoop_Spark-V1.5.tgz   wget https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Hands_On_Hadoop_Spark-V1.5.tgz
-  tar xvzf Hands_On_Hadoop_Spark-V1.5.tgz+  tar xvzf Hands_On_Hadoop_Spark-V1.5.1.tgz
  
 Similarly, for the "Linux Command Line" course (do this within the VM) Similarly, for the "Linux Command Line" course (do this within the VM)
Line 309: Line 309:
 These issues have been addressed in the current version of the VM. Please use the lasted VM and you can avoid these issues. These issues have been addressed in the current version of the VM. Please use the lasted VM and you can avoid these issues.
  
-1. If you have problems loading the OVA image into VirtualBox, check the MD5 signature of the OVA file. The MD5 signature should match the signature provided [here]. For each OS, use the following commands (note the name of the OVA file may be different):+1. If you have problems loading the OVA image into VirtualBox, check the MD5 signature of the OVA file. The MD5 signature returned by running the program below should match the signature provided [[https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Linux-Hadoop-Minimal-0.42.MD5.txt|here]]. For each OS, use the following commands (note the name of the OVA file may be different): 
 + 
 +For **Linux** use "md5sum"
  
-For Linux use "md5sum" 
-  
   $ md5sum Linux-Hadoop-Minimal-0.42.ova   $ md5sum Linux-Hadoop-Minimal-0.42.ova
  
-For Macintosh use "md5"+For **Macintosh** use "md5"
  
   $ md5 Linux-Hadoop-Minimal-0.42.ova   $ md5 Linux-Hadoop-Minimal-0.42.ova
  
-For Windows 10 (in PowerShell) use "get-FileHash" (Also note the use of uppercase)+For **Windows 10** (in PowerShell) use "Get-FileHash" (Alsonote the use of uppercase)
  
   C:\Users\Doug> Get-FileHash .\Linux-Hadoop-Minimal-0.42.ova -Algorithm MD5   C:\Users\Doug> Get-FileHash .\Linux-Hadoop-Minimal-0.42.ova -Algorithm MD5
linux_hadoop_minimal_installation_instructions.1563915904.txt.gz · Last modified: 2019/07/23 21:05 by deadline