[
https://issues.apache.org/jira/browse/SOLR-11409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242310#comment-16242310
]
Amrit Sarkar commented on SOLR-11409:
-------------------------------------
[~varunthacker],
I see the change {{dataDir}}; we need absolute path for dataDir; since
zookeeper_data is not yet been created, let's do the below
{code}
# create data dir for ZooKeeper, edit zoo.cfg, uncomment autopurge parameters
$ mkdir ~/zookeeper_data
$ vim conf/zoo.cfg
# -- uncomment --
autopurge.snapRetainCount=3
autopurge.purgeInterval=1
# -- edit --
dataDir=/home/ec2-user/zookeeper_data
{code}
I can create a patch for it, but it would be minor for you to commit; so let me
know.
> A ref guide page on setting up solr on aws
> ------------------------------------------
>
> Key: SOLR-11409
> URL: https://issues.apache.org/jira/browse/SOLR-11409
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Varun Thacker
> Assignee: Cassandra Targett
> Priority: Minor
> Fix For: 7.2, master (8.0)
>
> Attachments: SOLR-11409.patch, SOLR-11409_followup_minor.patch,
> quick-start-aws-key.png, quick-start-aws-security-1.png,
> quick-start-aws-security-2.png
>
>
> It will be nice if we have a dedicated page on installing solr on aws .
> At the end we could even link to
> http://lucene.apache.org/solr/guide/6_6/taking-solr-to-production.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]