# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. Source: hive Section: misc Priority: extra Maintainer: Bigtop Build-Depends: debhelper (>= 6), ant, git-core Standards-Version: 3.8.0 Homepage: http://hive.apache.org/ Package: hive Architecture: all Depends: adduser, hadoop-client, bigtop-utils, hbase, zookeeper Description: Hive is a data warehouse infrastructure built on top of Hadoop Hive is a data warehouse infrastructure built on top of Hadoop that provides tools to enable easy data summarization, adhoc querying and analysis of large datasets data stored in Hadoop files. It provides a mechanism to put structure on this data and it also provides a simple query language called Hive QL which is based on SQL and which enables users familiar with SQL to query this data. At the same time, this language also allows traditional map/reduce programmers to be able to plug in their custom mappers and reducers to do more sophisticated analysis which may not be supported by the built-in capabilities of the language. Package: hive-server Architecture: all Depends: hive (= ${source:Version}) Description: Provides a Hive Thrift service. This optional package hosts a Thrift server for Hive clients across a network to use. Package: hive-metastore Architecture: all Depends: hive (= ${source:Version}) Description: Shared metadata repository for Hive. This optional package hosts a metadata server for Hive clients across a network to use.