Skip to content

Commit e5aaa66

Browse files
author
Varun Rao Bhamidimarri
committed
Add optional Ranger HDFS plugin and updates to the policy
1 parent 109a35f commit e5aaa66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aws_emr_blog_v3/cloudformation/emr-template.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,11 @@ Parameters:
367367
Default: false
368368
Type: String
369369
AllowedValues: [ true, false ]
370+
InstallRangerHDFSPlugin:
371+
Description: Flag to control if the Ranger HDFS plugin will be added
372+
Default: false
373+
Type: String
374+
AllowedValues: [ true, false ]
370375
Conditions:
371376
USEastRegion: !Equals [ !Ref 'AWS::Region', "us-east-1" ]
372377
EnableKerberos: !Equals [true, !Ref EnableKerberos]
@@ -639,6 +644,7 @@ Resources:
639644
DefaultDomain: !If [ USEastRegion, 'EC2.INTERNAL', 'COMPUTE.INTERNAL' ]
640645
EnableIcebergSupport: !Ref EnableIcebergSupport
641646
EnableGlueSupport: !Ref EnableGlueSupport
647+
InstallRangerHDFSPlugin: !Ref InstallRangerHDFSPlugin
642648
emrCreateWaitHandle:
643649
Type: AWS::CloudFormation::WaitConditionHandle
644650
Properties: {}

0 commit comments

Comments
 (0)