`
libin0019
  • 浏览: 237395 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

安装 Pentaho

    博客分类:
  • ETL
 
阅读更多

转自:http://blog.sina.com.cn/s/blog_83bb57b70101o5ei.html

 

  • 下载解压
 
1、从pentaho官网http://community.pentaho.com/ 下载biserver-ce-4.8.0-stable.zip;
2、解压,在biserver-ce目录下执行start-pentaho.bat,在administration-console目录下执行start-pac.bat, 分别启动user console与admin console
3、pentaho自带了tomcat,直接访问 http://localhost:8080/pentaho 可以打开user console,访问 http://localhost:8099 可以打开admin console;
4、在biserver-ce目录下执行stop-pentaho.bat 可以关闭user console,在administration-console目录下执行stop-pac.bat可以关闭admin console 

  • 采用Mysql数据库 
 
pentaho默认采用的是HSQLDb,这里将替换成mysql。 
1、分别运行biserver-ce\data\mysql5目录下的: 
create_repository_mysql.sql 
create_quartz_mysql.sql 
create_sample_datasource_mysql.sql 
2、导入sampledata 
可以从http://download.csdn.net/detail/sundongsdu/5139341下载sql语句
3、修改配置文件: 
 
a、修改applicationContext-spring-security-jdbc.xml
driverClassName改为com.mysql.jdbc.Driver 
url改为jdbc:mysql://localhost:3306/hibernate 
 
b、修改applicationContext-spring-security-hibernate.properties,修改后为: 
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/hibernate
jdbc.username=hibuser jdbc.password=password
hibernate.dialect=org.hibernate.dialect.MySQLDialect
 
c、修改hibernate/hibernate-settings.xml 
config-file改为mysql5.hibernate.cfg.xml 
 
d、修改webapps/pentaho/META-INF/context.xml,



 

 
e、修改mysql hibernate数据库中datasource的值 
driverclass改为:com.mysql.jdbc.Driver 
URL改为: jdbc:mysql://localhost:3306/sampledata 
Query改为:select 1 
 
f、修改biserver-ce-4.8.0-stable\biserver-ce\pentaho-solutions\system\simple-jndi 下的jdbc.properties 如下: 
SampleData/type=javax.sql.DataSource SampleData/driver=com.mysql.jdbc.Driver
SampleData/url=jdbc:mysql://localhost:3306/sampledata SampleData/user=pentaho_user
SampleData/password=password Hibernate/type=javax.sql.DataSource
Hibernate/driver=com.mysql.jdbc.Driver
Hibernate/url=jdbc:mysql://localhost:3306/hibernate Hibernate/user=hibuser
Hibernate/password=password Quartz/type=javax.sql.DataSource
Quartz/driver=com.mysql.jdbc.Driver Quartz/url=jdbc:mysql://localhost:3306/quartz
Quartz/user=pentaho_user Quartz/password=password
SampleDataAdmin/type=javax.sql.DataSource
SampleDataAdmin/driver=com.mysql.jdbc.Driver
SampleDataAdmin/url=jdbc:mysql://localhost:3306/sampledata
SampleDataAdmin/user=pentaho_admin SampleDataAdmin/password=password

g、修改biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml 
禁掉HSQLDB 
Line 87: 
 
Line 214: 

 
h、拷贝biserver-ce\tomcat\webapps\pentaho\META-INF\context.xml中的内容到biserver-ce\tomcat\conf\Catalina\localhost\pentaho.xml 
 
i、按步骤一启动即可 
 

  • 安装saiku插件 
 
Pentaho社区版已经停止了jpivot的支持,转而使用saiku: http://analytical-labs.com/ 
下载saiku-plugin-2.4.zip以及saiku-webapp-2.4-war   
将saiku-plugin-2.4.zip解压至 /biserver-ce/pentaho-solutions/system/ , 将saiku-webapp-2.4-war 拷贝至biserver-ce\tomcat\webapps,重启bi server 
点击"New Saiku Analytics"可以查看Saiku分析结果,点击"New  Analysis"可以查看JPivot分析结果 

安装Pentaho

PS: 
问题及解决方案: 
Could not load JDBC driver class [com.mysql.jdbc.Driver] 
解决方案: 
拷贝mysql-connector-java-5.1.20.jar 到tomcat/lib目录 
 
参考文献: 
http://sysapp.51cto.com/art/200904/121222.htm 
http://interestingittips.wordpress.com/2011/04/27/complete-pentaho-installation-on-ubuntu-part-1/ 
分享到:
评论

相关推荐

    在Linux上安装pentaho bi-server

    ### 在Linux上安装Pentaho BI Server的知识点详解 #### 一、配置JAVA环境 **1.1 查看已安装的JDK版本** 在Linux环境下安装Pentaho BI Server前,首先需要确保系统中安装了合适的Java运行环境。可以通过以下命令来...

    pentaho安装

    在开始安装Pentaho之前,请确保您的计算机满足以下最低要求: 1. **操作系统**:Linux x86 架构。 2. **内存**:至少需要512MB的RAM,推荐1GB或以上。 3. **磁盘空间**:至少需要1GB的可用磁盘空间。 4. **Java环境...

    java maven 仓库包 pentaho-aggdesigner-algorithm-5.1.3-jhyde.jar

    java maven 仓库包 pentaho-aggdesigner-algorithm-5.1.3-jhyde.jar

    pentaho配置详解

    #### 一、Pentaho简介与安装 Pentaho是一款开源的商业智能(BI)工具,提供了报表设计、数据整合、数据分析等功能。为了更好地使用Pentaho,了解其安装与配置过程至关重要。 **1.1 安装流程** - **解压压缩包**:下载...

    Pentaho cde整合Birt

    要进行整合,首先你需要设置开发环境,包括安装Pentaho BI服务器、Pentaho Data Integration(Kettle)、BIRT运行时环境,以及具备Java和Maven的开发工具。然后,克隆或下载“pentaho-birt-plugin-master”,在IDE中...

    Pentaho BI的安装及配置手册

    对于初学者,推荐下载biserver-manual-ce-x.x.x.stable.zip,这是自定义安装Pentaho BI平台的工件。同时,biserver-ce-.x.x.x.stable.zip和biserver-ce-x.x.x.stable.tar.gz分别是Windows和非Windows版本的内置BI...

    pentaho-kafka-producer.zip

    在安装Pentaho Kafka Producer插件时,你需要按照以下步骤操作: 1. **创建steps文件夹**:首先,确保你的Pentaho Data Integration(通常位于`安装目录>/plugins`下)有一个名为`steps`的文件夹。如果没有,你需要...

    Pentaho平台搭建之初始化mysql数据库--详细步骤记录

    步骤一:安装Pentaho BI Server 1. 下载最新版本的Pentaho BI Server,通常以zip或tar.gz格式提供。 2. 解压下载的文件到指定目录,例如:`/opt/pentaho/biserver-ce`。 3. 使用命令行切换到解压后的目录,并启动...

    pentaho report 使用文档

    ##### 2.1 安装Pentaho Report Designer 1. **下载**: 访问Pentaho官方网站下载最新版本的Report Designer。 2. **安装**: 双击下载好的安装包,按照提示完成安装过程。 3. **启动**: 安装完成后,启动Report ...

    Pentaho Report开发指导

    **安装Pentaho Report Designer** 1. 安装过程非常简单,只需将下载的压缩包解压,然后在解压目录下找到并双击`launcher.jar`文件启动工具。如果遇到内存溢出导致软件卡死的情况,建议通过运行解压目录下的批处理...

    pentaho工具使用手册

    安装Pentaho BI Platform涉及下载最新版本的软件包,配置服务器环境,如Java运行时环境,然后按照官方文档的步骤进行安装和配置。安装完成后,需要设置数据源、用户权限以及工作流,确保所有组件能正常工作。 4. ...

    Packt.Pentaho Analytics for MongoDB.2014(非正式)

    然后,内容转向Pentaho的入门,详细说明了如何安装Pentaho以及如何通过Instaview访问和连接到MongoDB。在Instaview中,我们学会了如何对MongoDB集合进行解析和分析,并添加查询表达式以及创建和保存分析视图。 在...

    Pentaho -- 平台上加仪表盘插件

    3. 开发环境准备:设置Java开发环境,安装Pentaho SDK,熟悉Eclipse或其他IDE与Pentaho的集成。 4. 插件开发:学习Pentaho的插件开发规范,使用Java或JavaScript编写自定义组件,可能涉及到Pentaho的PDI(Kettle)或...

    Howto: 在Tomcat上如何集成Pentaho和Liferay

    3. **安装Pentaho**:下载Pentaho Data Integration(Kettle)或Pentaho BI Server的WAR文件,然后同样放入Tomcat的`webapps`目录下。启动Tomcat后,Pentaho将被部署为一个独立的应用。 4. **配置portlet**:...

Global site tag (gtag.js) - Google Analytics