-
Free Edition Registration Error
I have installed DSS on linux Centos 7 this morning. DSS was started without error. When access the DSS URL the first time I was asked to select license. At page 2- Select your license, I selected Free Edition and entered the registration info. When clicked "Next" button, I got this error: Network error An attempt to…
-
How to configure DSS when app is not in the root location of the server. Need to set
I am installing DSS in a location that is not in the root location of the server, but i can't seem to find the configuration how I can instruct DSS to use a different value for the base href settings... Is there a way to set this up at run time? Typically in angular apps you can set this at run time but the app needs to be…
-
Failed to reach the Dataiku plugin store
For some reason my Dataiku installation on Mac can't access the internet. Any idea why this might be?
-
security: have DSS listen on localhost interface only
I have a new (trial) DSS install using the AWS AMI. Out of the box DSS is listening on all interfaces, not just localhost, although all requests to DSS should be routed through the NGINX as proxy. How can I configure DSS to only listen on localhost? Thanks David
-
can not connect to the browser
Hi I installed cloudera on VMware, then installed DSS instance , following the instruction given below https://doc.dataiku.com/dss/latest/installation/new_instance.html I checked whether dss is running [DSSuser@quickstart bin]$ bash dss status backend RUNNING pid 2667, uptime 0:37:54 ipython RUNNING pid 2664, uptime…
-
MD5 Checksum for DataIKU 5.0
Hi! I'm trying to download DataIKU 5.0 and I can't find the MD5 to confirm that I've downloaded the file correctly. Help, anyone?
-
How to connect to HTTPS DSS
Using self signed certificate returns: requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) How to set auto-trust during the connection? Thanks import dataikuapi host = "https://localhost:11200" apiKey = "some_key" client = dataikuapi.DSSClient(host, apiKey)
-
Server filesystem using virtual machine
I have a big dataset csv file (43gb) and I can't upload it due to the size limit. I am on windows 7 so I use a Virtual Machine to work with dataiku. Someone adviced me to push the file directly to the virtual machine and to use a server filesystem option, but how can I do it ? I search for tutorials to do that but I can't…
-
Issuing uploading file
I tried to upload a csv file (43gb) and it stopped after a few second, then it started to load again from the beginning a couple of times and then, the uploading file disappears. I use a VMbox on windows 7 so I uninstall and re-install VMBox and dss in another hard drive (with 123Gb of free space). Now, it uploads the file…
-
Connect DSS to an Elastic Search cluster trough HTTPS with basic user/pwd credentials
Hi, I try to connect DSS with an Elastic Search cluster hosted directly on the Elastic.co cloud. The security layer requires to connect it trough HTTPS and with a basic user/pwd credential I tried several things but it seams that the DSS ES connector doesn't support HTTPS (and maybe neither basic auth). Any idea or…