Index: bin/hirb.rb =================================================================== --- bin/hirb.rb (revision 1130916) +++ bin/hirb.rb (working copy) @@ -76,6 +76,7 @@ elsif arg == '-d' || arg == '--debug' log_level = org.apache.log4j.Level::DEBUG $fullBackTrace = true + @DEBUG = true puts "Setting DEBUG log level..." else # Presume it a script. Save it off for running later below @@ -109,6 +110,7 @@ # Setup the HBase module. Create a configuration. @hbase = Hbase::Hbase.new +puts @hbase.configuration.getProps().toString().each_line(', ') { |s| puts s } if @DEBUG # Setup console @shell = Shell::Shell.new(@hbase, @formatter)