This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new dd01042  Update ubuntu 18.04 instructions to install snappy (#248)
dd01042 is described below

commit dd010422e34e631a50eb20c7b0038529cc6ec851
Author: Keith Turner <[email protected]>
AuthorDate: Thu May 28 13:11:55 2020 -0400

    Update ubuntu 18.04 instructions to install snappy (#248)
    
    If someone configures accumulo to use snappy, its nice if ubuntu already 
has it installed
---
 docs/ubuntu1804.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ubuntu1804.md b/docs/ubuntu1804.md
index 425cd4a..fba2f53 100644
--- a/docs/ubuntu1804.md
+++ b/docs/ubuntu1804.md
@@ -6,7 +6,7 @@ Ubuntu 18.04 for Uno.
 
 ```bash
 #install stuff
-sudo apt install openjdk-11-jdk maven git openssh-server wget libxml2-utils 
make g++
+sudo apt install openjdk-11-jdk maven git openssh-server wget libxml2-utils 
make g++ libsnappy1v5
 
 #setup passwordless ssh
 ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa

Reply via email to