Skip to content

Commit 12376ca

Browse files
authored
docs(config): add missing step in Docker installation for Thrift (#6123)
1 parent 9d5e91b commit 12376ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/cubejs-hive-driver/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)