Abi Palagashvili
Abi Palagashvili
Hi @tombentley , can I take this task for GSoC 2021? I already have successful experience with open source projects: https://github.com/ClickHouse/ClickHouse/pull/16578 https://github.com/ClickHouse/ClickHouse/pull/17144 https://github.com/catboost/catboost/pull/1598
Can you please help me? I am getting this error too, I tried a lot of pom.xml configurations. Can you please show valid pom.xml and commands for jar building?
sorry, but i can't do make install, there is no any Makefile
Here is full step-by-step guide for jar building: ``` git clone https://github.com/jaykelin/clickhouse-jdbc.git git clone https://github.com/jaykelin/clickhouse-hdfs-loader.git cd clickhouse-jdbs git checkout 0.1-SNAPSHOT mvn install -DskipTests ``` (tests run on clickhouse instance, running...