Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearch6.3.1增加x-pack,maven增加x-pack-transport依赖,但是有一个包下载不下来,请教下各位大佬 #33883

Closed
liufan1993 opened this issue Sep 20, 2018 · 2 comments

Comments

@liufan1993
Copy link

liufan1993 commented Sep 20, 2018

我的elasticsearch版本:6.3.1,
maven依赖:

org.elasticsearch.client
x-pack-transport
6.0.0-beta2

其他的包都可以下载下来,只有tribe-6.0.0-beta2.jar下载有问题,如图
image

排除以下原因:1、网络问题,我的网进外网是没有问题的
2、已经增加了es的maven库,如下


elasticsearch-releases
https://artifacts.elastic.co/maven

true


false

@tvernum
Copy link
Contributor

tvernum commented Sep 20, 2018

You should not be depending on 6.0.0-beta2
That was a beta release, and it shipped with incorrect dependencies.
Please update your pom file to use a GA release of X-Pack.

We strongly recommend that you use the transport client release that corresponds with the version of Elasticsearch you are running (6.3.1)
Note: The maven artifacts for 6.3.x had some missing dependencies (see #31946) that you will need to add explicitly.

If you have any further questions please ask on our discuss forum (or in chinese) where we can provide better support.
Elastic uses GitHub issues for tracking clearly identified bugs and feature requests. Since the problem to which you refer has been resolved in more recent versions of Elasticsearch, there is nothing for us to track, and I will close this ticket.

Thank you.

@tvernum tvernum closed this as completed Sep 20, 2018
@liufan1993
Copy link
Author

Thank you, this is useful to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants