mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix test setup
This commit is contained in:
parent
bdba5b25f4
commit
03e1b7abf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue