Please login or sign up. You may also need to provide your support ID if you have not already done so.
Apache Hive is a powerful data warehousing application built on top of Hadoop; it enables to access data using Hive QL, (a language that is similar to SQL) with the help of Map-Reduce.
It supports analysis of a large datasets stored in Hadoop's HDFS.Hive is best used for batch jobs over large sets of immutable data (such as web logs).
Please login or sign up. You may also need to provide your support ID if you have not already done so.