0.3.9 • Published 9 years ago

hive-shell v0.3.9

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

hive-shell

Use Apache Hive by the shell interface. Depend on the shell command "hive".

Usage Example

var HiveClient = require('hive-shell').HiveClient

var opts = {dry_run: true}
var hive = new HiveClient('database_name', opts /* optional */ )

hive.getSchemaDesc(hive.table, function(err, desc) {
  // desc is the same as "hive -e 'desc TABLE'"
})

hive.execute('drop table ' + hive.table, function(err, stdout) {

})
0.3.9

9 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago