#include "helpers.h" #include #include namespace NYT { //////////////////////////////////////////////////////////////////////////////// int GetJobFirstOutputTableFD() { return FromString(GetEnv("YT_FIRST_OUTPUT_TABLE_FD", "1")); } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT