Skip to content

Instantly share code, notes, and snippets.

View HyukjinKwon's full-sized avatar

Hyukjin Kwon HyukjinKwon

View GitHub Profile
@chetan
chetan / list_hadoop_codecs.sh
Last active August 11, 2023 12:38
List the available hadoop codecs
#!/usr/bin/env bash
# list_hadoop_codecs.sh
#
# USAGE:
# curl -sL https://gist.github.com/chetan/6524829/raw/list_hadoop_codecs.sh | bash
# make sure hadoop is avail
if [[ -z `which hadoop 2>/dev/null` ]]; then
echo "hadoop command not found!"