Skip to content
akamlani edited this page Apr 24, 2016 · 2 revisions
  • Minimal Requirements
    • Hadoop Version 2.7.1
    • 8 GB MicroSD Card (not eMMC)
    • Ethernet Cable (Ethernet Port on PC or via USB-Ethernet or USB w/Ethernet Hub)
  • Operating System Selections
    • Ubuntu Snappy
    • Windows IoT
  • Setup
    • Insert SD Card
    • Power via Power Adapter or USB to PC (if using hub, it will connect to hub)
    • Connect Ethernet to PC or via Hub Bridge (if Ethernet in Hub, else USB to Ethernet required)
    • Turn on Internet Connection Sharing (ICS) if connected via Hub Bridge
  • Hadoop Configuration
  • Benchmarks

Operating Systems

Ubuntu Snappy
  • Download image
  • Extract and Burn SD Image (Mac Instructions here, N=disk number)
diskutil list
diskutil unmountDisk /dev/diskN
xzcat ubuntu-15.04-snappy-armhf-rpi2.img.xz | sudo dd of=/dev/diskN bs=32m
sync
  • Connect devices to PC as listed in Setup Procedure
  • Find the ip address of the device (if not known), using output from initial bridge list
ifconfig -a
nmap -sP [ip address]/24
  • Default Login: ssh ubuntu@[ip address found]
Windows IOT
Clone this wiki locally