File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
aws_emr_blog_v3/cloudformation Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,11 @@ Parameters:
367
367
Default: false
368
368
Type: String
369
369
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 ]
370
375
Conditions:
371
376
USEastRegion: !Equals [ !Ref 'AWS::Region', "us-east-1" ]
372
377
EnableKerberos: !Equals [true, !Ref EnableKerberos]
@@ -639,6 +644,7 @@ Resources:
639
644
DefaultDomain: !If [ USEastRegion, 'EC2.INTERNAL', 'COMPUTE.INTERNAL' ]
640
645
EnableIcebergSupport: !Ref EnableIcebergSupport
641
646
EnableGlueSupport: !Ref EnableGlueSupport
647
+ InstallRangerHDFSPlugin: !Ref InstallRangerHDFSPlugin
642
648
emrCreateWaitHandle:
643
649
Type: AWS::CloudFormation::WaitConditionHandle
644
650
Properties: {}
You can’t perform that action at this time.
0 commit comments