/
Creating a Dataset (Deprecated)
Creating a Dataset (Deprecated)
You can create a dataset in CDAP using either the Dataset Microservices, the Command Line Interface, or in an application specification.
You tell applications to create a dataset if it does not already exist by declaring the dataset details in the application specification. For example, to create a DataSet named myCounters of type KeyValueTable, write:
public void configure() {
createDataset("myCounters", KeyValueTable.class);
...
Names (myCounters) that start with an underscore (_
) will not be visible in the home page of the CDAP UI, though they will be visible elsewhere in the CDAP UI.
, multiple selections available,
Related content
System and Custom Datasets (Deprecated)
System and Custom Datasets (Deprecated)
Read with this
Google Dataproc
Google Dataproc
More like this
Parquet Dynamic Partitioned Dataset Sink (Deprecated)
Parquet Dynamic Partitioned Dataset Sink (Deprecated)
More like this
ORC Dynamic Partitioned Dataset Sink (Deprecated)
ORC Dynamic Partitioned Dataset Sink (Deprecated)
More like this
Apache Kudu Batch Source (Deprecated)
Apache Kudu Batch Source (Deprecated)
More like this
Development Environment Setup
Development Environment Setup
More like this
Created in 2020 by Google Inc.