0

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.

John Thomas
  • 212
  • 3
  • 21

1 Answers1

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