Hive Server
HCatalog is a table and storage management layer for Hadoop that enables users with different data processing tools — Pig, MapReduce — to more easily read and write data on the grid. HCatalog’s table abstraction presents users with a relational view of data in the Hadoop distributed file system (HDFS) and ensures that users need not worry about where or in what format their data is stored — RCFile format, text files, SequenceFiles, or ORC files.
module.exports = ->
'configure': [
'ryba/commons/db_admin'
'ryba/hive/hcatalog/configure'
]
'install': [
'masson/core/krb5_client'
'masson/core/iptables'
'masson/commons/java'
'ryba/commons/krb5_user'
'ryba/hadoop/mapred_client/install'
'ryba/tez'
'ryba/hbase/client'
'ryba/hive/hcatalog/install'
'ryba/hive/hcatalog/start'
'ryba/hive/hcatalog/check'
]
'check': [
'ryba/commons/db_admin'
'ryba/hive/hcatalog/check'
]
'start':
'ryba/hive/hcatalog/start'
'status':
'ryba/hive/hcatalog/status'
'stop':
'ryba/hive/hcatalog/stop'
'wait':
'ryba/hive/hcatalog/wait'
'report': [
'masson/bootstrap/report'
'ryba/hive/hcatalog/report'
]
'backup':
'ryba/hive/hcatalog/backup'