bin/mandy-local in mandy-0.5.9 vs bin/mandy-local in mandy-0.5.10
- old
+ new
@@ -1,9 +1,14 @@
#!/usr/bin/env ruby
require 'optparse'
require 'ostruct'
require 'cgi'
+require "rubygems"
+require "mandy"
+
+HadoopConfiguration.check_home_and_version
+
options = OpenStruct.new
OptionParser.new do |opts|
opts.banner = "USAGE: mandy-local my_script.rb local_input_file local_output_folder [options]"
\ No newline at end of file