Repository: incubator-slider Updated Branches: refs/heads/develop 4b9ab7460 -> 7c5c1c1fe
SLIDER-890 Bundle Solr as an app-package include with the Slider distribution - remove zk export (Timothy Potter via gourksaha) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7c5c1c1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7c5c1c1f Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7c5c1c1f Branch: refs/heads/develop Commit: 7c5c1c1fe265d2f44b6ec3afbdf10162ae18f3ca Parents: 4b9ab74 Author: Gour Saha <[email protected]> Authored: Mon Jun 1 13:17:09 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Mon Jun 1 13:17:09 2015 -0700 ---------------------------------------------------------------------- app-packages/solr/README.md | 2 -- app-packages/solr/metainfo.xml | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7c5c1c1f/app-packages/solr/README.md ---------------------------------------------------------------------- diff --git a/app-packages/solr/README.md b/app-packages/solr/README.md index ef9caa5..dea0857 100644 --- a/app-packages/solr/README.md +++ b/app-packages/solr/README.md @@ -104,7 +104,5 @@ Also, you can get the URL of each Solr instance by consulting the Slider registr slider registry --name solr --getexp servers ``` -This will also show the ZooKeeper connection string used by each Solr (of course it should be the same for all nodes). - NOTE: The registry command requires using Java 7 as there's a bug in Slider that prevents the registry command from working correctly, see: https://issues.apache.org/jira/browse/SLIDER-878 http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7c5c1c1f/app-packages/solr/metainfo.xml ---------------------------------------------------------------------- diff --git a/app-packages/solr/metainfo.xml b/app-packages/solr/metainfo.xml index e723f94..6da5a2a 100644 --- a/app-packages/solr/metainfo.xml +++ b/app-packages/solr/metainfo.xml @@ -32,10 +32,6 @@ <name>host_port</name> <value>http://${SOLR_HOST}:${site.global.listen_port}/</value> </export> - <export> - <name>zkhost</name> - <value>${site.global.zk_host}</value> - </export> </exports> </exportGroup> </exportGroups> @@ -44,7 +40,7 @@ <component> <name>SOLR</name> <category>SLAVE</category> - <compExports>Servers-host_port,Servers-zkhost</compExports> + <compExports>Servers-host_port</compExports> <commandScript> <script>scripts/solr_node.py</script> <scriptType>PYTHON</scriptType>
