UNPKG
nopala
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Impala and Hive client for Nodejs
github.com/sunui/nopala
sunui/nopala
nopala
/
lib
/
protocol
/
hiveserver2.js
3 lines
(2 loc)
•
116 B
JavaScript
View Raw
1
2
3
const
HiveConnection
=
require
(
'./hivesever2/HiveConnection'
);
module
.
exports
=
props
=>
new
HiveConnection
(props);