Commit fa412702 authored by Roque's avatar Roque

[1.2.2] Increase version - update tool installation

parent 2284fec5
...@@ -27,10 +27,17 @@ Make sure `software-properties-common` is installed in order to run all apt comm ...@@ -27,10 +27,17 @@ Make sure `software-properties-common` is installed in order to run all apt comm
sudo apt-get install software-properties-common sudo apt-get install software-properties-common
``` ```
Import the repository gpg key:
```
sudo gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B38DB8D777BB9026
gpg --output /usr/share/keyrings/ebulk-ebulk-ppa-archive-keyring.gpg --export B38DB8D777BB9026
```
Add the ppa repository: Add the ppa repository:
``` ```
sudo add-apt-repository ppa:rporchetto/ebulk-ppa echo "deb [signed-by=/usr/share/keyrings/ebulk-ebulk-ppa-archive-keyring.gpg] http://ppa.launchpad.net/ebulk/ebulk-ppa/ubuntu xenial main" > /etc/apt/sources.list.d/ebulk-ebulk-ppa.list
``` ```
Update your local sources and install ebulk: Update your local sources and install ebulk:
......
...@@ -6,7 +6,7 @@ DOWN_URL="$DEFAULT_DATA_LAKE_URL" ...@@ -6,7 +6,7 @@ DOWN_URL="$DEFAULT_DATA_LAKE_URL"
ING_POLICY="portal_ingestion_policies/default_ebulk" ING_POLICY="portal_ingestion_policies/default_ebulk"
ING_URL="$DEFAULT_DATA_LAKE_URL$ING_POLICY" ING_URL="$DEFAULT_DATA_LAKE_URL$ING_POLICY"
EBULK_VERSION="1.1.11" EBULK_VERSION="1.2.2"
EMBULK_VERSION="0.9.7" EMBULK_VERSION="0.9.7"
EBULK_DATA_PATH=~/.ebulk EBULK_DATA_PATH=~/.ebulk
EBULK_DATASET_FILE_NAME="/.ebulk_dataset" EBULK_DATASET_FILE_NAME="/.ebulk_dataset"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment