Skip to content

Commit 81ee089

Browse files
author
Varun Rao
committed
Line sep update for Tag 1.0
1 parent 0b769bc commit 81ee089

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The repo contains code tied to [AWS Big Data Blog](https://aws.amazon.com/blogs/
2121
### Compatibility/Supported plugins:
2222
| Module| Tag | Cloudformation stack | Apache Ranger Version | EMR Version | Supported Plugins|
2323
| -------| --- | --- | --- | --- |-------------------------------------------------------- |
24-
| V1 | [1.0](https://github.com/aws-samples/aws-emr-apache-ranger/tree/1.0) | [![Foo](images/launch_stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=EMRSecurityWithRangerBlogV1&templateURL=https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.0/cloudformation/nestedstack.template) | Apache Ranger 1.0, 2.1 | emr-5.28.1, emr-5.29.0 | Hive 2.x, Hadoop 2.x, PrestoDB 0.227 (Needs Ranger 2.0) |
25-
| V1 | (work in progress) | [![Foo](images/launch_stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=EMRSecurityWithRangerBlogV1&templateURL=https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.1/cloudformation/nestedstack.template) | Apache Ranger 2.2 | emr-6.1.0 | Hive 3.x, Hadoop 3.x, PrestoSQL 338, PrestoDB 0.232 |
24+
| V1 | [1.0](https://github.com/aws-samples/aws-emr-apache-ranger/tree/1.0) | [![Foo](images/launch_stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=EMRSecurityWithRangerBlogV1&templateURL=https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.0/cloudformation/nestedstack.template) | Apache Ranger 1.0, 2.1 | emr-5.28.1, emr-5.29.0 | Hive 2.x, Hadoop 2.x, PrestoDB 0.227 (Needs Ranger 2.0) |
25+
| V1 | (work in progress) | [![Foo](images/launch_stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=EMRSecurityWithRangerBlogV1&templateURL=https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.1/cloudformation/nestedstack.template) | Apache Ranger 2.2 | emr-6.1.0 | Hive 3.x, Hadoop 3.x, PrestoSQL 338, PrestoDB 0.232 |
2626

2727
Please open Git Issues if you would like to see updates/other plugin integrations.
2828
### References:

aws_emr_blog_v1/cloudformation/emr-template.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Parameters:
7272
- '1.0'
7373
- '2.0'
7474
s3artifactsRepo:
75-
Default: s3://aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.0
75+
Default: s3://aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.0
7676
Description: Git Repo URL for this blog.
7777
Type: String
7878
InstallPrestoRangerPlugin:

aws_emr_blog_v1/cloudformation/nestedstack.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ Parameters:
105105
Type: String
106106
Default: emr-5.29.0
107107
s3artifactsRepoHttp:
108-
Default: https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.0
108+
Default: https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.0
109109
Description: HTTP location of the repo.
110110
Type: String
111111
s3artifactsRepo:
112-
Default: s3://aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.0
112+
Default: s3://aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.0
113113
Description: S3 location of the repo.
114114
Type: String
115115
InstallPrestoRangerPlugin:

aws_emr_blog_v1/cloudformation/ranger-server.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Parameters:
112112
- '1.0'
113113
- '2.0'
114114
s3artifactsRepoHttp:
115-
Default: https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/v1-1.0
115+
Default: https://s3.amazonaws.com/aws-bigdata-blog/artifacts/aws-blog-emr-ranger/1.0
116116
Description: Git Repo URL for this blog.
117117
Type: String
118118
Mappings:

0 commit comments

Comments
 (0)