Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg committed May 17, 2024
1 parent 2c54cde commit d248d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <ydb/core/external_sources/hive_metastore/gen-cpp/ThriftHiveMetastore.h>
#include <ydb/core/external_sources/hive_metastore/hive_metastore_native/gen-cpp/ThriftHiveMetastore.h>

#include <contrib/restricted/thrift/thrift/protocol/TBinaryProtocol.h>
#include <contrib/restricted/thrift/thrift/transport/TSocket.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ 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.
2. After installing the compiler, run the command `thrift -r --gen cpp hive_metastore.thrift` in the directory `ydb/core/external_sources/hive_metastore/hive_metastore_native` hive_metastore.

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

0 comments on commit d248d95

Please sign in to comment.