diff options
author | ermolovd <ermolovd@yandex-team.com> | 2025-02-07 11:41:21 +0300 |
---|---|---|
committer | ermolovd <ermolovd@yandex-team.com> | 2025-02-07 11:58:46 +0300 |
commit | 2dc0b90341ba0adaa79f54a751f4e9fb8c1f2636 (patch) | |
tree | 307ae7fcd0b189d13f537b8b07331076931ef824 /yt/cpp/mapreduce/interface/config.h | |
parent | f5d9f371e4e2b705be312223ebd0f6dfdbebb82c (diff) | |
download | ydb-2dc0b90341ba0adaa79f54a751f4e9fb8c1f2636.tar.gz |
YT-21081: improve temp directory structure, create subdirectory with username
commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.h')
-rw-r--r-- | yt/cpp/mapreduce/interface/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/config.h b/yt/cpp/mapreduce/interface/config.h index 4d1fd49e8c..7667335beb 100644 --- a/yt/cpp/mapreduce/interface/config.h +++ b/yt/cpp/mapreduce/interface/config.h @@ -15,6 +15,13 @@ namespace NYT { +//////////////////////////////////////////////////////////////////////////////// + +extern const TString DefaultRemoteTempTablesDirectory; +extern const TString DefaultRemoteTempFilesDirectory; + +//////////////////////////////////////////////////////////////////////////////// + enum EEncoding : int { E_IDENTITY /* "identity" */, |