-
How to add a file to the Resources directory so that it is accessible at runtime
How can I quickly update the code environment, upload a zipped certificate file to the resources directory, and then make the certificate file accessible during runtime? I upload the file, modify the script so that an Environment Variable pointing to the folder is included, and grant the folder permissions. The path to the…
-
PySpark exit recipe with Warning status
I have a PySpark recipe which reads a dataset, and extracts a column based on first index (first row). In a scenario when the input dataset partition is empty, it throws a normal error: 'index out of range'. To handle this I created a try except block, and want to end the recipe at that except block. I tried sys.exit(1)…
-
Cloning DSS settings to new install
Hi, I am installing another DSS node and an Automation node. As I have a running DSS node I would like to know if there is way to copy all the configuration from DSS node to another DSS node. In particular I would like to have these settings replicated on a new DSS install: Administration > LicenseAdministration >…
-
How do I backup my instance of Data Science Studio?
-
Transfer data to another DSS instance
Hi, I am switching to another desktop and I would like to keep my data / models and transfer them. I could transfer it dataset per dataset and re-train my models, but it would be highly inefficient. I would like to know what is the recommended way to do that ?