Include Page | ||||
---|---|---|---|---|
|
Additional Configuration for YARN Shims
To get information on configuring EMR shims, click here.
Configuring CDH, HDP, and MapR Shims
Prerequisite: Make sure that your client has been configured so it can access any node in your cluster.
- Set the active Hadoop distribution.
- Configure the cluster settings. Make sure that you
NOTE: For all supported hadoop distributions except MapR, add the yarn user on the cluster to the group defined by dfs.permissions.superusergroup property.
...
The dfs.permissions.superusergroup property can be found in
...
hdfs-site.xml file on your cluster or in the cluster management application.
3. Navigate to the folder that contains the shim, then open the yarn-site.xml file in a text editor. Adjust the following parameters as needed.
Parameter | Values | ||||
---|---|---|---|---|---|
yarn.application.classpath |
| ||||
yarn.resourcemanger.hostname |
| ||||
yarn.resourcemanager.address |
| ||||
yarn.resourcemanager.admin.address |
|
...
4. (CDH 5.1 and 5.2 only): * Navigate to the folder that contains the shim, then open the hive-site.xml file in a text editor. Modify the hive.metastore.uris property so that it points to the location of your hive metastore. Save and close the hive-site.xml file.
5. (All shims): Navigate to the folder that contains the shim, then open the mapred-site.xml file, in a text editor. Then make the changes in the table.
Parameter | Value | ||
---|---|---|---|
mapreduce.jobhistory.address | Set this to the place where job history logs are stored. | ||
mapreduce.app-submission.cross-platform | Add this parameter to the mapred-site.xml file between the <property> tags, then set it to true, like this:
|
6. (HDP 2.2): In the mapred-site.xml file, make the changes shown in the table.
Parameter | Value | ||
---|---|---|---|
mapreduce.application.classpath | Add this parameter to the mapred-site.xml file between the <property> tags.
| ||
mapreduce.application.framework.path | Add this parameter to the mapred-site.xml file between the <property> tags.
|
...
Code Block |
---|
java.system.hdp.version=2.2.0.0-2041 |
Note: Not all shim properties can be set in the Spoon user interface, nor are instructions for modifying them listed here. If you need to set additional properties that are not addressed in these instructions, you will need to set them manually in the *-site.xml files that are in the shim directory. Consult your Hadoop distribution's vendor for details about the properties you want to set.
High Availability for CDH 5.3
Note: If you are configuring CDH 5.3 to be used in High Availability mode, we recommend that you use the Cloudera Manager "Download Client Configuration" feature. The Download Client Configuration feature provides a convenient way to get configuration files from the cluster for a service (such as HBase, HDFS, or Yarn). Use this feature to download the unzip the configuration zip files to the pentaho-big-data-plugin/hadoop-configurations/cdh5x directory.For more information on how to do this, see Cloudera documentation:
http://www.cloudera.com/content/cloudera/en/documentation/core/v5-3-x/topics/cm_mc_client_config.html.
Anchor | ||||
---|---|---|---|---|
|
Configuring EMR Shims
...
Note: Pentaho does not support HBase on HDFS in EMR 3.4.
Prerequisites
- Set the active Hadoop distribution.
- PDI should be installed on an EC2 instance.
- A working EC2 cluster should already be set up and configured.
- We also recommend that you review Amazon EMR documentation. Here are a few links to get you started.
- http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-what-is-emr.html
- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html
- http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/ExerciseOverview.html
- http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Introduction.html
- http://docs.aws.amazon.com/AmazonVPC/latest/NetworkAdminGuide/Welcome.html
- http://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html
...