You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by sv...@apache.org on 2023/05/08 15:21:32 UTC

svn commit: r1083129 [3/3] - in /sites/solr/guide: search-index.js sitemap.xml solr/latest/getting-started/tutorial-aws.html

Modified: sites/solr/guide/solr/latest/getting-started/tutorial-aws.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/getting-started/tutorial-aws.html?rev=1083129&r1=1083128&r2=1083129&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/getting-started/tutorial-aws.html (original)
+++ sites/solr/guide/solr/latest/getting-started/tutorial-aws.html Mon May  8 15:21:32 2023
@@ -1505,9 +1505,9 @@ On the node you’re using to host Z
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash"># download stable version of ZooKeeper, here 3.8.1
-$ wget https://archive.apache.org/dist/zookeeper/zookeeper-3.8.1/zookeeper-3.8.1.tar.gz
+$ wget https://archive.apache.org/dist/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1.tar.gz
 # untar
-$ tar -zxvf zookeeper-3.8.1.tar.gz</code></pre>
+$ tar -zxvf apache-zookeeper-3.8.1.tar.gz</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1517,10 +1517,10 @@ Correct the path to the ZooKeeper instal
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">$ export ZOO_HOME=$PWD/zookeeper-3.8.1
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">$ export ZOO_HOME=$PWD/apache-zookeeper-3.8.1
 # put the env variable in .bashrc
 # vim ~/.bashrc
-export ZOO_HOME=/home/ec2-user/zookeeper-3.8.1</code></pre>
+export ZOO_HOME=/home/ec2-user/apache-zookeeper-3.8.1</code></pre>
 </div>
 </div>
 </li>