Skip to content

Commit

Permalink
Merge d4ec51c into 05b8833
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored May 17, 2024
2 parents 05b8833 + d4ec51c commit 7f01a77
Show file tree
Hide file tree
Showing 22 changed files with 248,632 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ydb/core/external_sources/hive_metastore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Description
The build environment does not support automatic generation of thrift files, unlike protobufs. Therefore, these files need to be generated manually.

1. To do this, the thrift compiler needs to be installed. Full information about the compiler can be found at https://thrift.apache.org/. If you are using the Ubuntu operating system and the apt package manager, you can run the following commands:
```
sudo apt-get update
sudo apt-get -y install thrift-compiler
```

2. After installing the compiler, run the command `thrift -r --gen cpp hive_metastore.thrift` in the directory `ydb/core/external_sources` hive_metastore.

3. If there are any compilation problems after generating the files, please fix them manually
Loading

0 comments on commit 7f01a77

Please sign in to comment.