Can someone suggest how to integrate Hive plugin to create a hive database connection in Pentaho Spoon , so that i can fetch the tables and data from the Hive tables and apply transformations.
Asked
Active
Viewed 484 times
1 Answers
1
You can follow the steps
- Open the job
- Right Click on Database Connection
- Click the General Tab
- Select Hadoop Hive or Hadoop Hive 2 as the Connection Type
- Fill in the Hostname, DatabaseName, PortNumber and credentials

Srini V
- 11,045
- 14
- 66
- 89
-
or add a generic connection and type the url as jdbc:hive2://(...) – nsousa Nov 01 '17 at 15:39