Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v1.1
-
None
Description
Today the test case with minicluster depends on "kylin.storage.url" property to specify the zk information like host, port; while now in HadoopUtil.newHBaseConfiguration() method, it only accept "hbase" as the value of "kylin.storage.url", all other information is exptect to get from classpath, so there will be an IllegalArgumentException be thrown if try to run UT with default profile.