-
Build several partitions in one go
Hi, I want to synchronize an Oracle table of 1 billion rows to another Oracle table. The query is very long and I end up with the following Oracle error: [11:06:27] [INFO] [dku.output.sql] - appended 178620000 rows, errors=0 [11:06:27] [INFO] [dku.utils] - Closing oracle.jdbc.driver.T4CConnection@7fc1cb4f [11:06:27] [INFO]…
-
Use plugin code env in a python recipe
Hi, I'm trying to use a code env in a python recipe that is inhetited by a plugin code env. I would like to minimize the maintenance of code env librairies both in the plugin and in the project. I asked my admin to share the plugin code env with my group but in the advanced settings of the python recipe I cannot see the…
-
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?
-
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…
-
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…