[LINUX] How to use Dataiku on Windows

environment

・ Windows 10 ・ Google Chrome 83.0.4103.116 -Ubuntu 18.04 LTS

What is Dataiku?

Dataiku is a tool that performs troublesome data preprocessing when performing machine learning on one platform. (I don't know because I haven't touched it yet.)

How to use Daraiku

If you want to try such a wonderful tool, let's create an environment. In the following, Ubuntu will be installed on Windows and Dataiku will be set up there.

Basically, I did it with reference to this article, but there were some differences, so let's focus on those points. I think.

Linux preparation

First, let's install Linux. It is the same up to the point where you check Windows Subsystem for Linux and install Ubuntu. At this time, it didn't work with Ubuntu LTS 20.04. Therefore, we recommend installing 18.04.

Now that the installation is complete and the user name and password can be set, it is finally time to install Dataiku. Everything you enter from now on will be entered into the Ubuntu shell.

Start ssh server

Although omitted in the above site, let's set up a Linux server first.

apt list openssh*

After hitting

$ sudo ssh-kegen -A
$ sudo service ssh start

If successful

 * Starting OpenBSD Secure Shell server sshd                   [ OK ]

Should be displayed. The ssh server is now started.

Install Dataiku

Sorry I made you wait. It's finally time to install Dataiku.

$ wget https://cdn.downloads.dataiku.com/public/dss/7.0.2/dataiku-dss-7.0.2.tar.gz

Let's enter. In the article introduced earlier, the version of Dataiku is 4.1.5, but as of July 9, 2020, when this article was written, it is 7.0.2. Other than that, it is the same as the introduced site, so you can change the part of 4.1.5 to 7.0.2.

Unzip it in the same way as the previous Qiita article,

$ dataiku-dss-7.0.2/installer.sh -d DATA_DIR -p 11000

If you enter, an error message will appear as in the article.

*** Error: package nginx not found
*** Error: package unzip not found
*** Error: package zip not found
*** Error: package default-jre-headless not found
*** Error: package python2.7 not found
*** Error: package libpython2.7 not found
*** Error: package libgomp1 not found
*** Error: package python3-distutils not found

In my case, I got an error like this. (Only the error part is excerpted) So

*** Error:package Honyara not found

Install the one that corresponds to Honyara.

Before that, as in the article

$ wget https://nginx.org/keys/nginx_signing.key
$ sudo apt-key add nginx_signing.key

The we.

$sudo apt-get install Honyara

I will do it patiently one by one.

And again

$ dataiku-dss-7.0.2/installer.sh -d DATA_DIR -p 11000

If you do, you should succeed!

Next time, I will do a tutorial using Dataiku!

Recommended Posts

How to use Dataiku on Windows
How to use Google Assistant on Windows 10
Notes on how to use pywinauto
How to install pycrypto on Windows
How to deploy django-compressor on Windows
Notes on how to use featuretools
How to use homebrew on Debian
Notes on how to use doctest
How to install music 21 on windows
How to use VS Code in venv environment on windows
[Kivy] How to install Kivy on Windows [Python]
How to use mecab, neologd-ipadic on colab
How to use Cmder with PyCharm (Windows)
Memorandum on how to use gremlin python
How to install richzhang / colorization on Windows 10
How to use xml.etree.ElementTree
How to use Python-shell
How to use tf.data
How to use virtualenv
How to use Seaboan
How to use image-match
How to use shogun
How to use Pandas 2
How to use Virtualenv
How to use numpy.vectorize
How to use pytest_report_header
How to use partial
How to use Bio.Phylo
How to use SymPy
How to use x-means
Use pyvenv on Windows
How to use WikiExtractor.py
How to use IPython
How to use virtualenv
How to use Matplotlib
How to use iptables
How to use numpy
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to use Pyenv
How to use list []
How to use python-kabusapi
Use Ansible on Windows
How to use OptParse
Use QuTiP on Windows
Use pip on Windows
How to use return
How to use dotenv
How to use pyenv-virtualenv
How to use Go.mod
How to use imutils
How to use import
How to use Python Kivy ④ ~ Execution on Android ~
How to quickly install h5py on Windows 10 [Unofficial]
How to live a decent life on 2017 Windows
[Python] How to install OpenCV on Anaconda [Windows]
[Windows] Memo to use Keras on GPU [Tensorflow-GPU]
How to install / verify graphviz on anaconda / windows10
How to use Qt Designer
How to install Python [Windows]