Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We can detect the value of config hive.metastore.warehouse.dir from the hive-site.xml. Then we can set the value of config kylin.source.hive.databasedir by:
- If kylin.dictionary.mr-hive.database is empty, then use get("hive.metastore.warehouse.dir");
- else use get("hive.metastore.warehouse.dir") + "/" + get("kylin.dictionary.mr-hive.database")+".db"
Attachments
Issue Links
- mentioned in
-
Page Loading...