imjuni / jshs2

jsHS2 is a node.js client driver for hive server 2
http://imjuni.github.io/jshs2/
MIT License
34 stars 12 forks source link

HiveQL question on SO #16

Closed ORESoftware closed 6 years ago

ORESoftware commented 6 years ago

Can you help answer this question?

https://stackoverflow.com/questions/46351230/node-js-bindings-for-apache-hive

is your library the best one to use?

imjuni commented 6 years ago

jshs2 more close to driver level library. Node.js platform don't have orm library for hive2. sequelize, mongoose, etc don't support hive2 yet.

If you want to querying on hive using Node.js, you have to compile thrift protocol driver. jshs2 help to that. You don't need compile thrift protocol. that it.

FYI