@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:31.531Z") @Stability(value=Experimental) public class InputFormat extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; InputFormat inputFormat = InputFormat.AVRO;
| Modifier and Type | Field and Description |
|---|---|
static InputFormat |
AVRO
(experimental) InputFormat for Avro files.
|
static InputFormat |
CLOUDTRAIL
(experimental) InputFormat for Cloudtrail Logs.
|
static InputFormat |
ORC
(experimental) InputFormat for Orc files.
|
static InputFormat |
PARQUET
(experimental) InputFormat for Parquet files.
|
static InputFormat |
TEXT
(experimental) An InputFormat for plain text files.
|
| Modifier | Constructor and Description |
|---|---|
protected |
InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InputFormat(software.amazon.jsii.JsiiObjectRef objRef) |
|
InputFormat(String className) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final InputFormat AVRO
https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/avro/AvroContainerInputFormat.html@Stability(value=Experimental) public static final InputFormat CLOUDTRAIL
https://docs.aws.amazon.com/athena/latest/ug/cloudtrail.html@Stability(value=Experimental) public static final InputFormat ORC
https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.html@Stability(value=Experimental) public static final InputFormat PARQUET
https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.html@Stability(value=Experimental) public static final InputFormat TEXT
Files are broken into lines. Either linefeed or carriage-return are used to signal end of line. Keys are the position in the file, and values are the line of text. JSON & CSV files are examples of this InputFormat
https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/mapred/TextInputFormat.htmlprotected InputFormat(software.amazon.jsii.JsiiObjectRef objRef)
protected InputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public InputFormat(@NotNull
String className)
className - This parameter is required.@Stability(value=Experimental) @NotNull public String getClassName()
Copyright © 2022. All rights reserved.