File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/cubejs-hive-driver Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ While the Cube Dev team is happy to review and accept future community contribut
2626
2727### Using Docker
2828
29- 1 . Have docker installed and running
30- 2 . Run ` docker run -v "$PWD:/data" thrift thrift -o /data --gen js:node /data/TCLIService.thrift `
31- 3 . Copy generated files to the idl directory of this repository.
29+ 1 . Download Hive Thrift definition for your version from https://github.com/apache/hive/blob/master/service-rpc/if/TCLIService.thrift .
30+ 2 . Have docker installed and running
31+ 3 . Run ` docker run -v "$PWD:/data" thrift thrift -o /data --gen js:node /data/TCLIService.thrift `
32+ 4 . Copy generated files to the idl directory of this repository.
3233
3334## License
3435
You can’t perform that action at this time.
0 commit comments