https://bugzilla.redhat.com/show_bug.cgi?id=1226445
Bug ID: 1226445 Summary: Missing ability to install plguins Product: Fedora Version: 22 Component: elasticsearch Assignee: jvanek@redhat.com Reporter: jimmyjones2@gmx.co.uk QA Contact: extras-qa@fedoraproject.org CC: bkabrda@redhat.com, bobjensen@gmail.com, java-sig-commits@lists.fedoraproject.org, jvanek@redhat.com, pbrobinson@gmail.com, zbyszek@in.waw.pl
Normally with Elasticsearch you can run bin/plugin to install Marvel, KOPF etc. However this doesn't seem possible in the Fedora packaging of Elasticsearch.
https://bugzilla.redhat.com/show_bug.cgi?id=1226445
--- Comment #1 from Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl --- *** Bug 1226446 has been marked as a duplicate of this bug. ***
https://bugzilla.redhat.com/show_bug.cgi?id=1226445
--- Comment #2 from jiri vanek jvanek@redhat.com --- (In reply to Jimmy Jones from comment #0)
Normally with Elasticsearch you can run bin/plugin to install Marvel, KOPF etc. However this doesn't seem possible in the Fedora packaging of Elasticsearch.
Hi!
When you look to /usr/libexec/elasticsearch you can see the luncher is pretty minimalistic. Do you have some opinion how to fix your issue? I have never been dealing with plugins.
https://bugzilla.redhat.com/show_bug.cgi?id=1226445
--- Comment #3 from david@algorithmicarmada.com --- Probably the easiest option is renaming bin/plugin slightly to be more uniquely named, then sticking it in the usual bin folder.
Based on what I'm seeing in 7-zip, the official RPM[1][2] simply sticks "plugin" in /usr/share/bin/ and creates a folder for plugins in /usr/share/elasticsearch/plugins.
It'd be nice to see packages for plugins, but that seems impractical due to the community-driven nature of plugins. Plus, the documented experience is being able to run the "plugin" binary.
I've filed issue #11651[3] with upstream github repo in hopes that upstream will consider naming their script in a more useful manner.
--
[1] https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.6.0.... [2] https://github.com/elastic/elasticsearch/blob/master/core/src/packaging/rpm/... proves that the packaging process is part of the repo, and therefore under Apache license. Sadly, mostly driven by maven. [3] https://github.com/elastic/elasticsearch/issues/11651
https://bugzilla.redhat.com/show_bug.cgi?id=1226445
jiri vanek jvanek@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2015-12-16 05:23:13
--- Comment #4 from jiri vanek jvanek@redhat.com ---
*** This bug has been marked as a duplicate of bug 1252823 ***
java-sig-commits@lists.fedoraproject.org