Fix test setup

This commit is contained in:
Rajat Venkatesh 2015-05-02 13:58:15 +05:30
parent bdba5b25f4
commit 03e1b7abf8

View file

@ -38,7 +38,7 @@ public class HbaseInterpreterTest {
public static void setUp() throws NullPointerException {
BasicConfigurator.configure();
Properties properties = new Properties();
properties.put("hbase.home", HbaseInterpreterTest.class.getClassLoader().getResource("ruby/").toString());
properties.put("hbase.home", "");
properties.put("hbase.ruby.sources", "");
properties.put("hbase.irb.load", "false");
logger.info("Resource: " + properties.getProperty("hbase.home"));