简体   繁体   English

在没有模式工作台的情况下在pentaho 5.1中部署mondrian模式

[英]Deploy a mondrian schema in pentaho 5.1 without schema workbench

I have a question, in pentaho 5.1, how can I deploy a cube without using the schema workbench? 我有一个问题,在pentaho 5.1中,如何在不使用架构工作台的情况下部署多维数据集? I'm kind of newbie in Pentaho. 我是Pentaho的新手。 Is there a cmd line? 有cmd线吗? Java code? Java代码? Or something like... Thanks a lot! 或类似...非常感谢!

You can do that in the User Console. 您可以在用户控制台中执行此操作。

There is a menu Manage Data source... There you can upload your xml and refer to a database connection for it. 有一个菜单“管理数据源...”,您可以在其中上载xml并引用它的数据库连接。

First, I suppose you have installed BA Server and have made at least fact table . 首先,我想您已经安装了BA Server并至少做了一个事实表 In case you don't know what the fact table is, or someone else is reading this answer, you can find brief explanation here . 如果您不知道事实表是什么,或者其他人正在阅读此答案,则可以在此处找到简要说明。 Of course, it's better to have full Star Schema . 当然,最好具有完整的Star Schema You cannot create Snow Flake inside Pentaho User Console. 您不能在Pentaho用户控制台中创建Snow Flake You can create it with Pentaho Schema Workbench or by manually edit mondarian.xml. 您可以使用Pentaho Schema Workbench或通过手动编辑mondarian.xml来创建它。

Make sure that your JDBC driver is inside BA Server driver directory. 确保JDBC驱动程序位于BA Server驱动程序目录中。 Look! 看! Open Pentaho User Console. 打开Pentaho用户控制台。 It's by default at localhost:8080/pentaho or yourdomain.name:8080/pentaho and login as administrator 默认情况下,它位于localhost:8080 / pentaho或yourdomain.name:8080/pentaho并以管理员身份登录

  1. File -> New -> Data Source 文件->新建->数据源
  2. Choose Data source 选择数据源
  3. Type Choose fact table and define connections to dimensions (if exists) 类型选择事实表并定义与尺寸的连接(如果存在)
  4. Choose to modify cube on the end of data source wizard 选择修改数据源向导末尾的多维数据集

    .

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM