Skip to content

Commit

Permalink
initial working version of node-hive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jae committed Jul 12, 2011
1 parent e5f6e3e commit 5d8d593
Show file tree
Hide file tree
Showing 22 changed files with 20,781 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generate.sh
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

thrift -o node_modules --gen js:node -I thrift thrift/hive_metastore.thrift
thrift -o node_modules --gen js:node -I thrift thrift/hive_service.thrift
thrift -o node_modules --gen js:node -I thrift thrift/fb303.thrift
thrift -o node_modules --gen js:node -I thrift thrift/serde.thrift
thrift -o node_modules --gen js:node -I thrift thrift/queryplan.thrift

0 comments on commit 5d8d593

Please sign in to comment.