Class ImpalaConstants
- java.lang.Object
-
- com.amazonaws.athena.connectors.cloudera.ImpalaConstants
-
public class ImpalaConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
IMPALA_DEFAULT_PORT
static String
IMPALA_DRIVER_CLASS
static String
IMPALA_NAME
static String
METADATA_COLUMN_NAME
static String
METADATA_COLUMN_TYPE
-
-
-
Field Detail
-
IMPALA_NAME
public static final String IMPALA_NAME
- See Also:
- Constant Field Values
-
IMPALA_DRIVER_CLASS
public static final String IMPALA_DRIVER_CLASS
- See Also:
- Constant Field Values
-
IMPALA_DEFAULT_PORT
public static final int IMPALA_DEFAULT_PORT
- See Also:
- Constant Field Values
-
METADATA_COLUMN_NAME
public static final String METADATA_COLUMN_NAME
- See Also:
- Constant Field Values
-
METADATA_COLUMN_TYPE
public static final String METADATA_COLUMN_TYPE
- See Also:
- Constant Field Values
-
-