Skip to content

Instantly share code, notes, and snippets.

@fs111
Created April 28, 2017 12:30
Show Gist options
  • Save fs111/a0c5dcca76b8e23f47b4ee9386dbb64c to your computer and use it in GitHub Desktop.
Save fs111/a0c5dcca76b8e23f47b4ee9386dbb64c to your computer and use it in GitHub Desktop.
run kotlin shell with full hadoop classpath
#!/bin/bash
# to get gereadling, do port install coreutils on OSX
kotlinc-jvm -cp $(greadlink -f $(echo $(yarn classpath) | tr ":" " ")  | paste -sd ":" -)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment