Skip to content

Instantly share code, notes, and snippets.

@zane
Created September 11, 2012 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zane/3696478 to your computer and use it in GitHub Desktop.
Save zane/3696478 to your computer and use it in GitHub Desktop.
; nREPL 0.1.4-preview
user> (use 'cascalog.playground)
nil
user> (cascalog.playground/bootstrap-emacs)
nil
user> (?<- (stdout) [?num] ([[:a 1][:b 2][:c 3]] ?label ?num))
INFO - using default application jar, may cause class not found exceptions on the cluster
INFO - using application jar: /Users/zane/.m2/repository/cascading/cascading-hadoop/2.0.0/cascading-hadoop-2.0.0.jar
INFO - using app.id: 31E7DA0A60FF8C93D5934CC92AD19C98
INFO - using default comparator: cascalog.hadoop.DefaultComparator
INFO - using default comparator: cascalog.hadoop.DefaultComparator
nil
user>
@mattdeboard
Copy link

Thanks, glad I'm not the only one who's experiencing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment