Skip to content

Instantly share code, notes, and snippets.

@blinsay
Created August 2, 2012 01:36
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 blinsay/3232319 to your computer and use it in GitHub Desktop.
Save blinsay/3232319 to your computer and use it in GitHub Desktop.
jruby whoops
benl@bivalve: jading$ hadoop jar jade.jar com.etsy.jading.Main fuckery.rb
Warning: $HADOOP_HOME is deprecated.
Aug 1, 2012 6:34:39 PM com.etsy.jading.Main run
INFO: Main.run() properties:
Aug 1, 2012 6:34:40 PM com.etsy.jading.Main run
INFO: JRUBY_HOME set to: /Users/benl/.rvm/rubies/jruby-1.6.5.1/
Aug 1, 2012 6:34:40 PM com.etsy.jading.Main run
INFO: cascading.jruby script ARGV:
Aug 1, 2012 6:34:41 PM com.etsy.jading.Main run
INFO: Requiring 'fuckery.rb'
c.j version: 0.0.8
Exception in thread "main" org.jruby.exceptions.RaiseException: (ArgumentError) wrong number of arguments (2 for 1)
at #<Class:0x2d9f90e3>.(root)(/tmp/hadoop-benl/hadoop-unjar2255120498321938199/fuckery.rb:16)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1038)
at #<Class:0x2d9f90e3>.(root)(/tmp/hadoop-benl/hadoop-unjar2255120498321938199/fuckery.rb:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment