Skip to content

Instantly share code, notes, and snippets.

View ngitalis's full-sized avatar

Noah Gitalis ngitalis

  • Toronto
View GitHub Profile
@ace-subido
ace-subido / initial-setup.md
Last active November 19, 2023 14:32
Benchmarking a Hadoop Cluster

Requirements

  1. HDP-2.2 installed by Ambari
  2. Install HDFS Client
  3. Patience

Instructions

Setup

@hkhamm
hkhamm / installing_cassandra.md
Last active June 27, 2024 21:46
Installing Cassandra on Mac OS X

Installing Cassandra on Mac OS X

Install Homebrew

Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"