You are preparing a server environment for an archive installation of a Pentaho server
According to Hitachi Vantara best practices which environment variable should be set?
C
Explanation:
Set environment variables
If you do not set the HOME environment variables, Pentaho will not start correctly. Complete the
steps in this topic to ensure that you have set the HOME environment variables properly.
Set the path of the PENTAHO_JAVA_HOME variable to the path of your Java installation, as shown:
SET PENTAHO_JAVA_HOME=C:\Program Files\Java\jdk8.x.x.x
(Optional) If you are using a JRE, then also set the JRE_HOME home environment variable.
Log off and log on again, then verify the variables have been properly set by using a command similar
to the following example:
ECHO %PENTAHO_JAVA_HOME%
https://help.hitachivantara.com/Documentation/Pentaho/8.3/Setup/Prepare_your_Windows_envir
onment_for_an_archive_install
You are installing a Pentaho server and you decide to use a responsibility database other than
Postgres.
Which two database are supported in this configuration? (Choose two.) Choose 2 answers
A, B
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.3/Setup/Use_PostgreSQL_as_your_repo
sitory_database_(Manual_installation)
You have completed a successful installation of a Pentaho server on Linux.
You now need to write a script to run the Pentaho server as a service.
Which two files should you call from the script? (Choose two.)
Choose 2 answers
AB
You have instated the Pentaho server using an archive installation. You now want to change the
server port.
Which file do you modify?
A
Explanation:
Follow the instructions below to change the port through which the Pentaho Server runs:
Stop the Pentaho Server.
Navigate to the /pentaho-server/tomcat/conf/ directory.
Open the server.xml file with any text editor, and search for the value for Define a non-SSL HTTP/1.1
Connector.
Change the port number in the connector port element below from 8080 to your preferred port
number.
https://help.hitachivantara.com/Documentation/Pentaho/9.0/Setup/Customize_the_Pentaho_Serve
r#:~:text=Change%20the%20port%20numbers%20for%20the%20Pentaho%20Server,-
Follow%20the%20instructions&text=Navigate%20to%20the%20%2Fpentaho%2Dserver,to%20your%
20preferred%20port%20number
.
A Big Data customer wants to run POI transformations on Spark on their production Hadoop cluster
using Pentaho's Adaptive Execution Layer (AEL)
What are two steps for installing AEL? (Choose two.)
Choose 2 answers
BD
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.3/Setup/Set_up_the_Adaptive_Executio
n_Layer_(AEL)
Which two statements are correct about the Repository Explorer? (Choose two.)
Choose 2 answers
B, D
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/7.0/0L0/0Y0/040/010
You are migrating to a new version of the Pentaho server and you want to import your old repository.
What are two methods to accomplish this task? (Choose two.) Choose 2 answers
BC
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/6.0/0P0/0U0/040
Which script will execute jobs stored in a Pentaho server from a command line?
A
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.2/Products/Data_Integration/Command
_Line_Tools
You are implementing a Pentaho server repository for a customer.
The customer will be using the Pentaho Scheduler.
Which repository supports this requirement?
B
What are two ways to schedule a PDI job stored in the repository? (Choose two.)
Choose 2 answers
B, C
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.1/Products/Data_Integration/Schedule_
Perspective#:~:text=or%20kitchen%20commands.-
,Schedule%20a%20Transformation%20or%20Job,The%20Schedule%20window%20appears
.
You have a PDI input step that generates data within a transformation.
Which two statements are true about downstream steps in this scenario? (Choose two.)
Choose 2 answers
CD
You need to perform a union of two data flows in a PDI transformation. You plan on having one step
receive the two hops from the different flows.
Which two statements are true in this scenario? (Choose two.)
Choose 2 answers
BC
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/7.0/0L0/0Y0/030/010
Which feature of PDI will allow you to create an Interactive Reporting report against a Web service?
A
A client is developing a Web application to implement a wizard-like application used by many users.
At several points in the workflow, the application needs to execute jobs and transformations that are
stored in the Pentaho server. Execution will include user-specific parameters. Upon completion of the
job or transformation, the Web application will continue to the next UI page.
What is the recommended approach to accomplish this task?
C
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.2/Products/Data_Integration/Command
_Line_Tools
A customer has an existing PDI job that calls a transformation. They want to execute the
transformation through Spark on their Hadoop cluster.
Which change must be made to satisfy this requirement?
B