Home
search
Collections
Sign in or create an account
×
Upload an optional image.
Medium site navigation
Upload an optional image.
Hồ Tiến Vũ
Following
2
Followers
1
Follow
Most recommended
Setting up a local Hadoop cluster with Vagrant and Salt
First you need to download and install Vagrant. Vagrant needs a base box to start with so let’s add one
vagrant box add hashicorp/precise64 This will download a Vagrant box from a public box repo (https://vagrantcloud.com/) and store it in a local repo so that subsequence Vagrant projects can reuse this box. Adding Salt formulas Salt formulas are community developed Salt modules that you can drop-in your project. In order to get Hadoop up and running, we need 3 formulas oracle-java-7: install Oracle Java 7 hostsfiles: append minion’s ip and host to /etc/hosts hadoop-formula: install and…
Hồ Tiến Vũ
3 min read
Latest
Setting up a local Hadoop cluster with Vagrant and Salt
First you need to download and install Vagrant. Vagrant needs a base box to start with so let’s add one
Hồ Tiến Vũ
3 min read
Scala Type Class(Type trait) pattern
How to keep your API clean and DRY
Hồ Tiến Vũ
3 min read