-
Permission Denied Installing Standalone Hadoop Integration
I am trying to install the standalone hadoop integration for Dataiku. My Dataiku instance is hosted on a linux server and when I follow the directions for standalone installation here (Setting up Hadoop integration — Dataiku DSS 11 documentation), I get a permission denied error because it's treating the…
-
Uninstall Dataiku on windows
Hello, I have installed Dataiku on Windows 10 but it is not working. I would like to uninstall it but I can only uninstall the Dataiku Launcher. After having uninstall the Dataiku Launcher, I can still see that all the files in the folders Appdata/local/Dataiku have not been deleted. How can I uninstall it properly? Best…
-
Node ID for govern
Hi everone. I've come across a problem concerning connection of my designer node to a govern instance. In tutorials I've read that it's binding to set up a correct NodeId for an instance to be connected to govern. But the thing is that I can't find any NodeID in the designer instance (see screenshot). Also I failed to find…
-
Dataiku with backend staging areas
I'm looking to build a pipeline where inputs and outputs should be taken from/written to a "clean area" where users can come in and access raw tables for their own projects etc. The intermediate tables should be stored away in a separate "staging area" where most users are unable to access them. All of the above is…
-
Allocate specific GPUs by Node selector (K8S)
Hello. I installed K8S, Dataiku locally (on-premies). The cluster consists of one master node and one worker node which has 4 GPUs I want to allocate specific GPUs by using 'Node selector' option in 'Containerized execution' tab. what I wrote is here nodeSelector: gpu: gpuenv: - name: NVIDIA_VISIBLE_DEVICES value: "2,3" *…
-
Dataiku SFTP Connection via Proxy
Hi Team, exotic question for you! Is there a way to set up a dataiku SFTP connection when a proxy is required using advanced properties or similar? Works no problemo via paramiko transport and such: paramiko.proxy.ProxyCommand(f'nc --proxy my.proxy.com:443 {hostname} {port}') Wondering if i can do something in here to take…
-
Use GPU in Virtual Machine
I am currently running Dataiku 11 on a windows machine hosting a Red Hat 8 VM (on VM Ware Workstation Pro), and I would like to utilize the GPU in the computer My computer has a Quadro k6000 and when I check the VM, I find: $ lspci | grep -e VGA00:0f.0 VGA compatible controller: VMware SVGA II Adapter Is there a way to…
-
pdarima can't be installed
I'm currently trying to install the recommended timeseries machine learning packages within dataiku (please see attachement). When I do, I get the following error: ^ In file included from /usr/local/include/python3.9/unicodeobject.h:1026, from /usr/local/include/python3.9/Python.h:93, from pmdarima/arima/_arima.c:39:…
-
Permission denied to start the dataiku docker container
Hi, i'm trying to run the dataiku docker container, but i have the permission denied message on start the container. Am i doing something wrong? My steps are: # docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-world latest 1815c82652c0 13 days ago 1.84kB #docker run hello-world Hello from Docker! This message shows…
-
Long customized description in macro
Hi, I'm developing my own macro in Dataiku and I just want to write a custom description (see picture : custom_description_macro.png). I can't find in the documentation the field to specify in the runnable.json file to do this. I only find the "description" field in the "meta" field, like this: "meta": { // label: name of…