Getting CHYT and ClickHouse versions
Component versions in YTsaurus are important parameters for stable and consistent operation of the entire system. Version incompatibilities can cause errors during operations. Therefore, identifying the current component versions helps you quickly find the source of the problem.
You can get the versions via:
Web interface
Query to the clique
- Go to the web interface of the clique.
- In the clique characteristics block, find the YT operation Id parameter and click the link provided in it.
- In the opened Vanilla operation interface, on the left, in the Tabs panel, select the Details tab.
- In the Description section, find the Artifacts block.
- To see the full list of parameters, click the Show more.
- In the list of parameters, find the
ytserver-clickhousefield. It contains:ch_version— ClickHouse version;version— CHYT clique version.
- Go to the Query Tracker web interface: click
in the upper-right corner of the Action buttons block. - Make sure that the CHYT engine is selected in the panel at the top.
- In the opened window, enter and run the SQL query:
SELECT chytVersion(), version();
Tip
If you contact technical support about issues with the clique, check the component versions in advance and provide them to the support specialist. This will speed up diagnostics and help find a solution faster.