Package com.gpudb.protocol
Class ShowDatasourceResponse.AdditionalInfo
- java.lang.Object
-
- com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
-
- Enclosing class:
- ShowDatasourceResponse
public static final class ShowDatasourceResponse.AdditionalInfo extends Object
A set of string constants for theShowDatasourceResponseparameteradditionalInfo.Additional information about the respective data sources in
datasourceNames.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHDFS_KERBEROS_KEYTABKerberos key for the given HDFS userstatic StringLOCATIONLocation of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' formatstatic StringS3_BUCKET_NAMEName of the Amazon S3 bucket used as the data sourcestatic StringS3_REGIONName of the Amazon S3 region where the bucket is locatedstatic StringUSER_NAMEName of the remote system user
-
-
-
Field Detail
-
LOCATION
public static final String LOCATION
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format- See Also:
- Constant Field Values
-
S3_BUCKET_NAME
public static final String S3_BUCKET_NAME
Name of the Amazon S3 bucket used as the data source- See Also:
- Constant Field Values
-
S3_REGION
public static final String S3_REGION
Name of the Amazon S3 region where the bucket is located- See Also:
- Constant Field Values
-
HDFS_KERBEROS_KEYTAB
public static final String HDFS_KERBEROS_KEYTAB
Kerberos key for the given HDFS user- See Also:
- Constant Field Values
-
USER_NAME
public static final String USER_NAME
Name of the remote system user- See Also:
- Constant Field Values
-
-