Skip to content

Instantly share code, notes, and snippets.

View fuziontech's full-sized avatar
🎯
Getting more out of your data

James Greenhill fuziontech

🎯
Getting more out of your data
View GitHub Profile
@urigoren
urigoren / hvim.sh
Created July 4, 2017 10:58
Run vim on hadoop files
hadoop fs -text $1>hvim.txt
vim hvim.txt
hadoop fs -rm -skipTrash $1
hadoop fs -copyFromLocal hvim.txt $1
rm hvim.txt
hadoop fs -chmod 777 $1
@staltz
staltz / introrx.md
Last active May 9, 2025 12:50
The introduction to Reactive Programming you've been missing