From 66d99f46a8a77c9f55bc4041a853ed337ef3ba72 Mon Sep 17 00:00:00 2001 From: Oleg Doronin Date: Fri, 17 May 2024 14:58:50 +0000 Subject: [PATCH] cleanup --- .../hive_metastore/hive_metastore_native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/external_sources/hive_metastore/hive_metastore_native/README.md b/ydb/core/external_sources/hive_metastore/hive_metastore_native/README.md index 9d9f56304c63..9b810afc65c6 100644 --- a/ydb/core/external_sources/hive_metastore/hive_metastore_native/README.md +++ b/ydb/core/external_sources/hive_metastore/hive_metastore_native/README.md @@ -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/hive_metastore_native` 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`. 3. If there are any compilation problems after generating the files, please fix them manually \ No newline at end of file