Could not find artifact io.tidb:bigdata-core:jar:0.0.4-SNAPSHOT

Hi guys,

I want to deploy PrestoSQL-TiDB-Connector jar to presto cluster. But an error occurred when compiling.

How to resolve the problem?

commond:

git clone https://github.com/tidb-incubator/TiBigData.git
cd TiBigData
mvn clean package -DskipTests -am -pl prestosql

ERROR:

[ERROR] Failed to execute goal on project prestosql-connector: Could not resolve dependencies for project io.tidb:prestosql-connector:jar:0.0.4-SNAPSHOT: Could not find artifact io.tidb:bigdata-core:jar:0.0.4-SNAPSHOT ->

Hi @zhaoh,

Could you please give us version of maven and JDK you were using? That might be able to help us diagnostic the issue.

BTW: I used maven 3.6.3 and jdk 11 and it works as expected.

I see what’s the problem now. It used feature from a tikv-client version that was not published yet. Therefore you will have to run .ci/build-client-java.sh first to install it manually.

Sorry for the inconvenience, we will try publishing new java client version and use official version from maven repository ASAP. Thanks for reporting this issue for us, really appreciated.

At this time, you have to manually install tikv-client following this instruction at here

1 Like

I really appreciate your help,it help me resolve the issue. :kissing_heart: