How to perform database join with PDI (Pentaho Data Integration) ?
Answer : PDI supports combination of two tables form the same database using a ‘Table Input’ method performing the join in...
What are the types of Data Integration Jobs ?
Answer : Transformation Jobs,Provisioning Jobs,Hybrid Jobs
What are the benefits of Data Integration ?
Answer : The biggest benefit is that integrating data improves consistency and reduces conflicting and erratic data from the...
What are the steps for PDI Transformation ?
Answer : Pentaho Data Integration (PDI), it is also called as Kettle. Pentaho responsible for the Extract, Transform and...
What is the importance of metadata in pentaho ?
Answer : Metadata model in pentaho gives an encapsulation about the physical definitions.....
What is PDI Architecture ?
Answer : All of the tools. PDI / Kettle is sometimes used to mean Spoon.
What is Pentaho Dashboard ?
Answer : Dashboards are the group of different information objects on single page such as tables, diagrams and textual...
What is Pentaho-chart Report ?
Answer : A chart is defined as graphical representation of data or otherwise called a graph.
What is Pentaho Report types ?
Answer : Data to be used from transactions.....
What is Pentaho Reporting Evaluation ?
Answer : Pentaho Reporting evaluation is a package of its reporting activities......
How to Install PDI Using Wizard
Answer : The wizard used to install PDI. PDI software install by wizard.....
What are the features of Pentaho ?
Answer : Pentaho is ability for building Advanced Reporting Algorithms despite of their input and output data format.
What is Pentaho ?
Answer : Pentaho is effective and creative data integration tools (DI).
Difference between wait() and sleep() in java ?
Answer : wait() Method of thread class goes in waiting state ...
Difference between ClassNotFoundException and NoClassDefFoundError in java ?
Answer : ClassNotFoundException and NoClassDefFoundError occur when a particular...
Difference between JDK JRE and JVM ?
Answer : Java Development Kit is the core component...
Java program to find second largest number in an array ?
Answer : Given an array of integers, our task is to write a program...
Java Program to reverse a Linked List ?
Answer : A Linked list contains two things data and the address of the node each node....
Why do we need garbage collection ?
Answer : Java garbage collection is the method by which Java programs ....
Find number of occurrence of each of the unique characters in a string ?
Answer : In this program an approach using Hashmap....