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>
