Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using an explicit transaction, you can access a dataset directly by calling the getDataset() method of the DatasetContext provided to the transaction. However, the dataset acquired through getDataset() cannot be used through a function closure. See the section on Using Datasets in Programs for additional information.

...

Code Block
. . .
<dependency>
  <groupId>io.cdap.cdap</groupId>
  <artifactId>cdap-api-spark2spark3_2.11<12</artifactId>
  <version>${cdap.version}</version>
</dependency>
. . .

...