Before you can ingest data into Apache Hive in Cloudera on cloud, ensure that you have a Hive target table.
These steps walk you through creating a simple table. Modify these instructions based on
your data ingest target table needs.
You require a transactional Hive table. This is the type
of table created by default.
-
In the Cloudera Management Console, go to your Data Engineering
cluster.
-
From Services, click Data Analytics
Studio, and select Compose from the
left-navigation pane.
-
Create a new target database.
-
Create a new target table.
create table retail.customer(customer_id int, customer_name string)
Add policies to Ranger so that the Cloudera user you are using to create this data flow can
ingest data into the Hive target table.