Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Last active August 29, 2015 14:14
Show Gist options
  • Save Gonzih/ae8cc0379a01523ee97d to your computer and use it in GitHub Desktop.
Save Gonzih/ae8cc0379a01523ee97d to your computer and use it in GitHub Desktop.
HDFS repl thingy
import rdstdin
import os
import strutils
while true:
let input = readLineFromStdin "> "
case input
of "qq":
quit "Bye"
else:
discard execShellCmd "hdfs dfs -$1" % [input]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment