Creating a Schema
A Schema can be created in various ways.
The most common ways to create a Schema are:
Reading the definition directly from a Hive database. See, Creating a Schema from a Hive database.
Reading the definition directly from AWS Glue Data Catalog. See, Creating a Schema from an AWS Glue Data Catalog.
Reading the table definitions from data files in HDFS. See, Creating a Schema from HDFS.
Specifying the Schema directly in the Privitar user interface. See, Specifying a Schema Directly.
Schemas can also be created using other methods:
Importing a JSON configuration file of a previously exported Privitar Schema. See, Creating a Schema from JSON.
Importing an exported Schema directly into Privitar. See, Importing an Exported Schema.
Creating the Schema through the Privitar Automation API. See, Automation API (v3).