-
Re: Is there a way to add a custom, pre-templated, Jupyter Notebook?
Hi, This cannot be done directly from the UI, you have to fiddle with some files on the DSS server. Look at the structure of folders within INSTALL_DIR/resources/notebook-templates/dataset/pre-built …1 · -
Re: SparkR in Cloudera cluster
Unfortunately, Cloudera explicitely removes SparkR support from their Spark distribution, so your only option would be to do a custom Spark installation (by downloading, unzipping and configuring a S…1 · -
Re: Prevent Y / N column from being Auto-Detected as Boolean column
It's not possible to disable meaning inference. Note that it only affects the display meaning, it does not actually change anything in the way the data is stored. See here: https://doc.dataiku.com/ds…1 · -
Re: Connecting to a MYSQL DB over a ssh tunnel
Hi, DSS does not have the feature to connect to MySQL over a SSH connection builtin. You can replicate this by manually open a SSH tunnel besides DSS (with ssh -L 3307:10.100.yy.yy:3307 10.100.xx.xx)…1 · -
Re: Recurrent disconnections
This is a sign that the DSS backend process is restarting. The most probable cause is an out of memory situation. You can check the "run/backend.log" file. Look for the "DSS startup&qu…1 ·
