ytsaurus icon indicating copy to clipboard operation
ytsaurus copied to clipboard

YTsaurus is a scalable and fault-tolerant open-source big data platform.

Results 398 ytsaurus issues
Sort by recently updated
recently updated
newest added

C++ build system is not very well exported to OS. Even parts like the mapreduce client are very difficult to import into your projects and require a lot of work...

enhancement
backlog
build

In https://github.com/ytsaurus/ytsaurus/blob/main/BUILD.md it is mentioned that `We have tested YTsaurus builds using Ubuntu 18.04 and 20.04.` but later it is not mentioned in `How to Build` section whether the provided...

build

Description in https://github.com/ytsaurus/ytsaurus/blob/9e5799e874408f01ce49e875b844f0696e13afa7/BUILD.md?plain=1#L38 is written like you always need to build and install custom CPython using the provided instructions when in fact most Linux distributions already have it installed or...

build

[Here](https://github.com/ytsaurus/ytsaurus/blob/9e5799e874408f01ce49e875b844f0696e13afa7/BUILD.md?plain=1#L29) `curl` is used, but it is not mentioned that it has to be installed and it is not necessarily available by default: ```bash $ docker run -ti --rm ubuntu:18.04...

build

After [installing curl](https://github.com/ytsaurus/ytsaurus/issues/433) and trying to run [this command](https://github.com/ytsaurus/ytsaurus/blob/9e5799e874408f01ce49e875b844f0696e13afa7/BUILD.md?plain=1#L29) again there's the following error: ```bash $ docker run -ti --rm ubuntu:18.04 /bin/bash root@356de63452fc:/# apt-get update ... root@356de63452fc:/# apt-get install curl...

build

After https://github.com/ytsaurus/ytsaurus/issues/434 is resolved by installing `gnupg` package, here is the next error: [Here](https://github.com/ytsaurus/ytsaurus/blob/9e5799e874408f01ce49e875b844f0696e13afa7/BUILD.md?plain=1#L31) `lsb_release` is used, but it is not mentioned that it has to be installed and it...

build

`m4` is mentioned as a package needed to be installed using `apt-get` in the build instructions [here](https://github.com/ytsaurus/ytsaurus/blob/9e5799e874408f01ce49e875b844f0696e13afa7/BUILD.md?plain=1#L57), yet at the same time it is present in [`tool_requires` section of conanfiles.txt](https://github.com/ytsaurus/ytsaurus/blob/a81a3e051e6d2af84f745451e183be73e87ed4df/conanfile.txt#L5)....

build

There're too many to create individual issues I started with. * https://github.com/ytsaurus/ytsaurus/issues/433 - curl * https://github.com/ytsaurus/ytsaurus/issues/434 - gnupg * https://github.com/ytsaurus/ytsaurus/issues/435 - lsb-release * software-properties-common - required for `add-apt-repository` command [here](https://github.com/ytsaurus/ytsaurus/blob/a81a3e051e6d2af84f745451e183be73e87ed4df/BUILD.md?plain=1#L33)...

build

In the build instructions [here](https://github.com/ytsaurus/ytsaurus/blob/41754b35844eae3a3c08aa49b6b76a2840c674f0/BUILD.md?plain=1#L93) it is said: ``` If you need to build concrete target you can run: ``` But there is no information what targets exist and about...

build