|
@@ -71,8 +71,9 @@ public class KerberosPrincipal implements Serializable {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * The URI of the kerberos keytab. It supports two schemes \"
|
|
|
- * hdfs\" and \"file\". If the URI starts with \"
|
|
|
+ * The URI of the kerberos keytab. It supports hadoop supported schemes
|
|
|
+ * like \"hdfs\" \"file\" \"s3\"
|
|
|
+ * \"viewfs\" etc.If the URI starts with \"
|
|
|
* hdfs://\" scheme, it indicates the path on hdfs where the keytab is
|
|
|
* stored. The keytab will be localized by YARN and made available to AM in
|
|
|
* its local directory. If the URI starts with \"file://\"
|
|
@@ -81,13 +82,14 @@ public class KerberosPrincipal implements Serializable {
|
|
|
*
|
|
|
* @return keytab
|
|
|
**/
|
|
|
- @ApiModelProperty(value = "The URI of the kerberos keytab. It supports two " +
|
|
|
- "schemes \"hdfs\" and \"file\". If the URI starts with \"hdfs://\" " +
|
|
|
- "scheme, it indicates the path on hdfs where the keytab is stored. The " +
|
|
|
- "keytab will be localized by YARN and made available to AM in its local" +
|
|
|
- " directory. If the URI starts with \"file://\" scheme, it indicates a " +
|
|
|
- "path on the local host where the keytab is presumbaly installed by " +
|
|
|
- "admins upfront. ")
|
|
|
+ @ApiModelProperty(value = "The URI of the kerberos keytab. It supports"
|
|
|
+ + " Hadoop supported filesystem types like \"hdfs\", \"file\","
|
|
|
+ + " \"viewfs\", \"s3\" etc.If the URI starts with \"hdfs://\" scheme, "
|
|
|
+ + "it indicates the path on hdfs where the keytab is stored. The "
|
|
|
+ + "keytab will be localized by YARN and made available to AM in its local"
|
|
|
+ + " directory. If the URI starts with \"file://\" scheme, it indicates a "
|
|
|
+ + "path on the local host where the keytab is presumbaly installed by "
|
|
|
+ + "admins upfront. ")
|
|
|
public String getKeytab() {
|
|
|
return keytab;
|
|
|
}
|