😶🌫️
    Researched by Robert Quattlebaum [email protected].
Last updated 2020-02-03.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env ruby | |
| # Requires you to install "spark" with ports or homebrew + the below gems. | |
| require "csv" | |
| require 'time' | |
| require 'httparty' | |
| require 'colorize' | |
| require 'tty-progressbar' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Duffle < Formula | |
| desc "Duffle is the reference implementation of the CNAB specification" | |
| homepage "https://github.com/cnabio/duffle/releases" | |
| url "https://github.com/cnabio/duffle/releases/latest/download/duffle-darwin-amd64" | |
| sha256 "584839c76de74bf92dc387bb3eea8d1b937b0f862cdc8c71de1bfc0f376631dc" | |
| bottle :unneeded | |
| def install | |
| rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Hadoop < Formula | |
| desc "Framework for distributed processing of large data sets" | |
| homepage "https://hadoop.apache.org/" | |
| url "https://www.apache.org/dyn/closer.cgi?path=hadoop/common/hadoop-3.1.2/hadoop-3.1.2.tar.gz" | |
| sha256 "1c02ccc60a09c63a48dc4234ffd3aed1b75e5a1f2b49d60927eda114b93dd31a" | |
| bottle :unneeded | |
| depends_on :java => "1.8+" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Keybase proof | |
| I hereby claim: | |
| * I am benkelly on github. | |
| * I am benkelly (https://keybase.io/benkelly) on keybase. | |
| * I have a public key ASCwYF49Jgb7b8JXeyTaBFkt4YjeWGby9vFx4Lo0lBPz0Ao | |
| To claim this, I am signing this object: | 

