123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- Yt {
- GatewayThreads: 0
- YtLogLevel: YL_INFO
- DefaultSettings {
- Name: "DefaultMaxJobFails"
- Value: "1"
- }
- DefaultSettings {
- Name: "LocalCalcLimit"
- Value: "16"
- }
- DefaultSettings {
- Name: "ReleaseTempData"
- Value: "immediate"
- }
- DefaultSettings {
- Name: "NativeYtTypeCompatibility"
- Value: "all"
- }
- DefaultSettings {
- Name: "UseYqlRowSpecCompactForm"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseNewPredicateExtraction"
- Value: "true"
- }
- DefaultSettings {
- Name: "PruneKeyFilterLambda"
- Value: "true"
- }
- DefaultSettings {
- Name: "_UseKeyBoundApi"
- Value: "true"
- }
- DefaultSettings {
- Name: "JoinCommonUseMapMultiOut"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseAggPhases"
- Value: "true"
- }
- DefaultSettings {
- Name: "_EnableWriteReorder"
- Value: "true"
- }
- DefaultSettings {
- Name: "_EnableYtPartitioning"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseRPCReaderInDq"
- Value: "true"
- }
- DefaultSettings {
- Name: "PartitionByConstantKeysViaMap"
- Value: "true"
- }
- RemoteFilePatterns {
- Pattern: "yt://([a-zA-Z0-9\\-_]+)/([^&@?]+)$"
- Cluster: "$1"
- Path: "$2"
- }
- RemoteFilePatterns {
- Pattern: "https?://yt\\.yandex(\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/#page=navigation&path=//([^&]+)$"
- Cluster: "$2"
- Path: "$3"
- }
- RemoteFilePatterns {
- Pattern: "https?://yt\\.yandex(\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/navigation\\?path=//([^&]+)$"
- Cluster: "$2"
- Path: "$3"
- }
- RemoteFilePatterns {
- Pattern: "https?://([a-zA-Z0-9\\-_]+)\\.yt\\.yandex(\\.net|-team\\.ru)/api/v(2/download|3/read_file)\\?(|.+&)path=//([^&]+)($|&.*)"
- Cluster: "$1"
- Path: "$5"
- }
- }
- SqlCore {
- TranslationFlags: ["FlexibleTypes", "DisableAnsiOptionalAs", "UnorderedResult"]
- }
- YqlCore {
- Flags {
- Name: "DisableYsonCastToString"
- }
- Flags {
- Name: "_EnableMatchRecognize"
- }
- Flags {
- Name: "_EnableStreamLookupJoin"
- }
- Flags {
- Name: "OptimizerFlags"
- Args: ["FieldSubsetEnableMultiusage"]
- }
- }
- Dq {
- DefaultSettings {
- Name: "EnableLLVM"
- Value: "true"
- }
- DefaultSettings {
- Name: "EnableInsert"
- Value: "true"
- }
- DefaultSettings {
- Name: "EnableFullResultWrite"
- Value: "true"
- }
- DefaultSettings {
- Name: "_EnablePrecompute"
- Value: "true"
- }
- DefaultSettings {
- Name: "_LiteralTimeout"
- Value: "3600000"
- }
- DefaultSettings {
- Name: "_TableTimeout"
- Value: "3600000"
- }
- DefaultSettings {
- Name: "EnableComputeActor"
- Value: "1"
- }
- DefaultSettings {
- Name: "ComputeActorType"
- Value: "async"
- }
- DefaultSettings {
- Name: "UseAggPhases"
- Value: "true"
- }
- DefaultSettings {
- Name: "HashJoinMode"
- Value: "grace"
- }
- DefaultSettings {
- Name: "UseFinalizeByKey"
- Value: "true"
- }
- DefaultSettings {
- Name: "EnableDqReplicate"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseWideChannels"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseFastPickleTransport"
- Value: "true"
- }
- DefaultSettings {
- Name: "UseOOBTransport"
- Value: "true"
- }
- DefaultSettings {
- Name: "SplitStageOnDqReplicate"
- Value: "false"
- }
- }
- Fs {
- CustomSchemes {
- Pattern: "sbr:(?://)?(\\d+)"
- TargetUrl: "https://proxy.sandbox.yandex-team.ru/$1"
- }
- CustomSchemes {
- # backward compatibility rule
- Pattern: "yt://([a-zA-Z0-9\\-_]+)/(.+)@t=([^&=]+)"
- TargetUrl: "yt://$1/$2?transaction_id=$3"
- }
- CustomSchemes {
- Pattern: "https?://yt\\.yandex(?:\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/#page=navigation&(.+)"
- TargetUrl: "yt://$1/?$2"
- }
- CustomSchemes {
- Pattern: "https?://yt\\.yandex(?:\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/navigation\\?(.+)"
- TargetUrl: "yt://$1/?$2"
- }
- CustomSchemes {
- Pattern: "https?://([a-zA-Z0-9\\-_]+)\\.yt\\.yandex(?:\\.net|-team\\.ru)/api/v3/read_file\\?(.+)"
- TargetUrl: "yt://$1/?$2"
- }
- CustomSchemes {
- Pattern: "https?://a\\.yandex-team\\.ru/(?:arc|svn)/(.+)/arcadia/(.+)\\?rev=r?(\\d+)"
- TargetUrl: "arc:/$2?rev=$3&branch=$1"
- }
- CustomSchemes {
- Pattern: "https?://a(?:rcanum)?\\.yandex-team\\.ru/arcadia/(.+)\\?rev=r(\\d+)"
- TargetUrl: "arc:/$1?rev=$2"
- }
- CustomSchemes {
- Pattern: "https?://a(?:rcanum)?\\.yandex-team\\.ru/arcadia/(.+)\\?rev=([^r].*)"
- TargetUrl: "arc:/$1?hash=$2"
- }
- CustomSchemes {
- Pattern: "arc://(.*)"
- TargetUrl: "arc:/$1"
- }
- }
- Solomon {
- DefaultSettings {
- Name: "_EnableReading"
- Value: "1"
- }
- }
|