Debugger
Debugger

Reputation: 564

Installing Apache Pig , why i see Hbase and Hive installing?

I was installing Apache pig's piggybank from this tutorial. While i was building source with ant , i observed its installing apache hive and hbase. Can anyone tell me why its doing so? Dose pig use hive and hbase?

Upvotes: 1

Views: 186

Answers (1)

Donald Miner
Donald Miner

Reputation: 39893

Pig has HBase and Hive as dependencies because it has a HBase loader and a Hive loader that come with the standard distribution.

I wouldn't worry about them getting installed. They are just building the jars, not deploying anything.

Upvotes: 3

Related Questions