Skip to content

Commit

Permalink
Improve Hive assume role config properties description
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed May 2, 2019
1 parent 6743549 commit 0d15511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public Optional<String> getIamRole()
}

@Config("hive.metastore.glue.iam-role")
@ConfigDescription("IAM role to assume when connecting to the Hive Glue metastore")
@ConfigDescription("ARN of an IAM role to assume when connecting to the Hive Glue metastore")
public GlueHiveMetastoreConfig setIamRole(String iamRole)
{
this.iamRole = Optional.ofNullable(iamRole);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public String getS3IamRole()
}

@Config("hive.s3.iam-role")
@ConfigDescription("ARN of an IAM role to assume when connecting to the S3")
public HiveS3Config setS3IamRole(String s3IamRole)
{
this.s3IamRole = s3IamRole;
Expand Down

0 comments on commit 0d15511

Please sign in to comment.