SlideShare a Scribd company logo
INSTALLION OF DATA_INTEGRATION AND BISERVER
1. DATA-INTEGRATION :-
1.1) Install ubuntu :-
Ubuntu version :- 12.0.4 or above
1.2) Install mysql server:-
 open terminal in ubuntu and Type
command :- sudo apt-get update
command :- sudo apt-get install mysql-server
command :- sudo apt-get install ssh
command :-sudo apt-get install ssh-server
command :-sudo apt-get install mysql-workbench
 You can skip the step if java is already installed
1.3) Install Java :-
command:-sudo apt-get install python-software-properties
command:-sudo add-apt-repository ppa:webupd8team/java
command:-sudo apt-get update
command :-sudo apt-get oracle-7java-installer
 If you have many java configured and wand to choose newly installed java
version as default
command:- sudo update-alternatives --config java
 now by typing the number you can set the default version of java.
1.3.1) Set JAVA_HOME
command:- echo 'export PATH=$PATH:/usr/lib/jvm/{java_version}' >>
~/.bashrc
1.4) install data-integration(stable release):-
Link:- http://sourceforge.net/projects/pentaho/files/Data%20Integration/5.0.1-stable/
 unzip the zipped file
command:-unzip pdi-ce-5.0.1.A-stable.zip
command:- echo 'export PATH=$PATH:{pdi folder}' >> ~/.bashrc
1.5) Download JDBC connector for database connection
Link :- http://dev.mysql.com/downloads/file.php?id=456317
 unzip the file
command :-unzip mysql-connector
 mv file mysql-connector-java-5.1.35-bin.jar to /home/arjun/data-
integeration/lib folder
command :- cp /home/arjun/mysql-connector-java-5.1.35/mysql-
connector-java-5.1.35.jar /home/arjun/data-
integration/lib
1.7) Configure hadoop for the data-integration
 Now download shim hdp20
Link :- https://github.com/pentaho/pentaho-hadoop-shims/tree/master/
 Unzip it and move
command:-unzip hdp20
command:- mv /arjun/home/hdp20 /arjun/home/data-
integration/plugins/pentaho-big-data-
plugin/hadoop-configurations
 change plugin.properties
open plugin.properties kept in :- /arjun/home/dataintegration/plugins/pentaho-
big-data-plugin/
set:- active.hadoop.configuration=hdp20
1.8) Run Spoon
 Run spoon
command:-cd /home/arjun/data-integration
command:- ./spoon.sh
2) BI-Server
2.1) Download BI-server stable release
Link:- http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/5.0.1-stable/
2.2) Run Bi-server
 unzip the folder
command:- unzip filename
 run biserver
command:- filename/start-pentaho.sh
2.3) open console
 You can visit console on
Link:- http://localhost:8088

More Related Content

PDF
Installing Tomcat on Ubuntu Instance
PPT
Apache
TXT
PPT
Nuxeo5 - Continuous Integration
PPTX
Denial of service attack part 2
TXT
Cluster setup multinode_aws
DOCX
Como instalar aeroo en open erp 6
DOCX
CAN in linux
Installing Tomcat on Ubuntu Instance
Apache
Nuxeo5 - Continuous Integration
Denial of service attack part 2
Cluster setup multinode_aws
Como instalar aeroo en open erp 6
CAN in linux

What's hot (20)

PDF
Ftp configuration in rhel7
DOCX
Lamp configuration u buntu 10.04
PDF
Step by-step installation of a secure linux web dns- and mail server
PPTX
Install PostgreSQL on CentOS
DOCX
Jffnms Manual
PDF
Foreman and Puppet Master Install process - Customer Used Case
PDF
CentOS Server Gui Initial Configuration
PDF
Configuration of BIND DNS Server On CentOS 8
PDF
Installing Lamp Stack on Ubuntu Instance
PDF
Howto: Install openQRM 5.1 on Debian Wheezy
DOCX
How to install squid proxy on server or how to install squid proxy on centos o
PDF
Dev ops
PPTX
Linux for programmers
PDF
Configuration of Smtp Server On CentOS 8
DOCX
Install Cuckoo on Mac OS X
PDF
Lab 1 my sql tutorial
PDF
Play Framework in EC2
PDF
IPTables Lab
PPTX
Installing OpenStack Juno using RDO on RHEL
PDF
Configuration Firewalld On CentOS 8
Ftp configuration in rhel7
Lamp configuration u buntu 10.04
Step by-step installation of a secure linux web dns- and mail server
Install PostgreSQL on CentOS
Jffnms Manual
Foreman and Puppet Master Install process - Customer Used Case
CentOS Server Gui Initial Configuration
Configuration of BIND DNS Server On CentOS 8
Installing Lamp Stack on Ubuntu Instance
Howto: Install openQRM 5.1 on Debian Wheezy
How to install squid proxy on server or how to install squid proxy on centos o
Dev ops
Linux for programmers
Configuration of Smtp Server On CentOS 8
Install Cuckoo on Mac OS X
Lab 1 my sql tutorial
Play Framework in EC2
IPTables Lab
Installing OpenStack Juno using RDO on RHEL
Configuration Firewalld On CentOS 8
Ad

Similar to INSTALLION OF BI (20)

PDF
Single node hadoop cluster installation
PPT
PDF
Jones_Lamp_Tutorial
PDF
Hadoop single node installation on ubuntu 14
PDF
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
PDF
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
PDF
ONOS SDN Controller - Clustering Tests & Experiments
PDF
Tested install-isp config3-ubuntu-16-04
PDF
Lamp Server With Drupal Installation
PPTX
Hadoop on osx
PPTX
How to Install LAMP in Ubuntu 14.04
DOCX
Definitive guide to setting up a lamp server using open source software
PDF
Ubuntu Practice and Configuration
PDF
02 Hadoop deployment and configuration
PDF
Hadoop completereference
DOCX
PDF
Free radius billing server with practical vpn exmaple
PDF
Sun raysetup
PDF
How to Install Java on Debian 12 Using Apt and Deb.pdf
PPT
Professional deployment
Single node hadoop cluster installation
Jones_Lamp_Tutorial
Hadoop single node installation on ubuntu 14
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
ONOS SDN Controller - Clustering Tests & Experiments
Tested install-isp config3-ubuntu-16-04
Lamp Server With Drupal Installation
Hadoop on osx
How to Install LAMP in Ubuntu 14.04
Definitive guide to setting up a lamp server using open source software
Ubuntu Practice and Configuration
02 Hadoop deployment and configuration
Hadoop completereference
Free radius billing server with practical vpn exmaple
Sun raysetup
How to Install Java on Debian 12 Using Apt and Deb.pdf
Professional deployment
Ad

INSTALLION OF BI

  • 1. INSTALLION OF DATA_INTEGRATION AND BISERVER 1. DATA-INTEGRATION :- 1.1) Install ubuntu :- Ubuntu version :- 12.0.4 or above 1.2) Install mysql server:-  open terminal in ubuntu and Type command :- sudo apt-get update command :- sudo apt-get install mysql-server command :- sudo apt-get install ssh command :-sudo apt-get install ssh-server command :-sudo apt-get install mysql-workbench  You can skip the step if java is already installed 1.3) Install Java :- command:-sudo apt-get install python-software-properties command:-sudo add-apt-repository ppa:webupd8team/java command:-sudo apt-get update command :-sudo apt-get oracle-7java-installer  If you have many java configured and wand to choose newly installed java version as default command:- sudo update-alternatives --config java  now by typing the number you can set the default version of java. 1.3.1) Set JAVA_HOME command:- echo 'export PATH=$PATH:/usr/lib/jvm/{java_version}' >> ~/.bashrc 1.4) install data-integration(stable release):- Link:- http://sourceforge.net/projects/pentaho/files/Data%20Integration/5.0.1-stable/  unzip the zipped file command:-unzip pdi-ce-5.0.1.A-stable.zip command:- echo 'export PATH=$PATH:{pdi folder}' >> ~/.bashrc 1.5) Download JDBC connector for database connection Link :- http://dev.mysql.com/downloads/file.php?id=456317  unzip the file command :-unzip mysql-connector
  • 2.  mv file mysql-connector-java-5.1.35-bin.jar to /home/arjun/data- integeration/lib folder command :- cp /home/arjun/mysql-connector-java-5.1.35/mysql- connector-java-5.1.35.jar /home/arjun/data- integration/lib 1.7) Configure hadoop for the data-integration  Now download shim hdp20 Link :- https://github.com/pentaho/pentaho-hadoop-shims/tree/master/  Unzip it and move command:-unzip hdp20 command:- mv /arjun/home/hdp20 /arjun/home/data- integration/plugins/pentaho-big-data- plugin/hadoop-configurations
  • 3.  change plugin.properties open plugin.properties kept in :- /arjun/home/dataintegration/plugins/pentaho- big-data-plugin/ set:- active.hadoop.configuration=hdp20 1.8) Run Spoon  Run spoon command:-cd /home/arjun/data-integration command:- ./spoon.sh
  • 4. 2) BI-Server 2.1) Download BI-server stable release Link:- http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/5.0.1-stable/ 2.2) Run Bi-server
  • 5.  unzip the folder command:- unzip filename  run biserver command:- filename/start-pentaho.sh 2.3) open console  You can visit console on Link:- http://localhost:8088