[
https://issues.apache.org/jira/browse/CONNECTORS-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086926#comment-17086926
]
Karl Wright edited comment on CONNECTORS-1639 at 4/19/20, 11:31 AM:
--------------------------------------------------------------------
Unfortunately the dependencies for ElasticSearch Cluster Runner are huge. See:
https://mvnrepository.com/artifact/org.codelibs/elasticsearch-cluster-runner/7.6.2.0
This is a problem because we'd need to download all these dependencies and
their dependencies. But it may be that the cluster runner does not actually
use all these.
It may not even be the right thing to use. It doesn't seem like it would be
hard to write something that starts up a cluster based on a specific image.
[~michaelcizmar], if you were starting a cluster from a downloaded, unpacked
image, what steps would you take?
FWIW, if you want to try this, svn checkout
https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1639, and then
do: the following:
{code}
ant make-core-deps
ant build
cd connectors/elasticsearch
ant download-dependencies
{code}
The unpacked ES download, and the mapper attachments plugin, should live in
test-materials at that point.
was (Author: [email protected]):
Unfortunately the dependencies for ElasticSearch Cluster Runner are huge. See:
https://mvnrepository.com/artifact/org.codelibs/elasticsearch-cluster-runner/7.6.2.0
This is a problem because we'd need to download all these dependencies and
their dependencies. But it may be that the cluster runner does not actually
use all these.
It may not even be the right thing to use. It doesn't seem like it would be
hard to write something that starts up a cluster based on a specific image.
[~michaelcizmar], if you were starting a cluster from a downloaded, unpacked
image, what steps would you take?
(FWIW, if you want to try this, svn checkout
https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1639, and then
do: the following:
{code}
ant make-core-deps
ant build
cd connectors/elasticsearch
ant download-dependencies
{code}
The unpacked ES download, and the mapper attachments plugin, should live in
test-materials at that point.
> Upgrade Elastic Search Version
> ------------------------------
>
> Key: CONNECTORS-1639
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1639
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Elastic Search connector
> Reporter: Cihad Guzel
> Assignee: Karl Wright
> Priority: Major
> Fix For: ManifoldCF 2.16
>
> Attachments: CONNECTORS-1639.diff,
> elastic-search-1.0.1-java11-build-error.log
>
>
> Current Elastic Search version is 1.0.1 . According to [this
> matrix|https://www.elastic.co/support/matrix#matrix_jvm], Java 11 is not
> supported by any ES version below 6.5.
> Besides, ES 1.x is no longer supported.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)