-
Can't connect to https://127.0.0.1:10000
found this error while running the dss vm 4.773486 [drm:vnw_hot_log [vmwgfx]] ERROR Failed to send host log message
-
How to install API Node AWS?
I need to install the API Node on AWS. I have installed the Design, Deploy, and Automation nodes through Fleet Manager. However, I have realized that the API Node cannot be installed through Fleet Manager. How should I install the API Node on AWS? ※ I have experience installing and utilizing the API Node on-premises.…
-
How To Deactivate "Profile upgrade request" for end users on the UI
Hello fellow Dataikers, Hope all is well! We have an internal method for managing profile upgrade requests (i.e. changing a "viewer" to "designer"). We want to disable the option for end users to request a "profile upgrade request" through the UI since the end users need to go through the dedicated internal method for…
-
Issue with JDBC Connection: Port 20005 Redirecting to Port 443
Hello Dataiku Community, I am experiencing an issue while trying to connect Dataiku to a Progress database using the JDBC driver. Despite specifying port 20005 in the JDBC URL, the connection attempt seems to redirect to port 443, resulting in a timeout error. Here are the details: JDBC URL…
-
Use my own Python code in a DataIKU code_env
Hi I have a library of Python packages that I want to use in DataIKU. How do I load them into a Code_Env when they are not in a pip repository (or the pip is private and cannot be accessed by DataIKU).
-
Managing Code Environment Permissions: Hiding a Code Environment from Other Users
We have numerous code environments on our Dataiku platform, making it cumbersome to select a specific environment in a notebook from an endless list (see the following image). We attempted to remove a code environment from this list by unchecking the option "Usable by all" (see the following image). However, unchecking…
-
import dataiku Error Message
Here is the error message I get when I am trying to import dataiku. My installed packages are shown in the following picture. In fact for creating a kernel I have used Python 3.9, Pandas 1.3, in addition to the latest versions of matplotlib, numpy, sklearn, xgboost, hyperopt, kds, sklearn2pmml.
-
import packages warnings
When I am importing packages, I get the warnings you see in the pictures. What are they and how can I get rid of them?
-
EKS Cluster creation fails because of tag name format
Hey there, We're using the EKS Plugin v1.4.0 (previously running 1.3.2 with same result) and when we deploy an EKS cluster, we get the below error on the eksctl-clustername-nodegroup-cluster-ng-0 step in CloudFormation. It seems to be related to the way the tag names are formatted using a forward slash, but looking back on…
-
No connection defined to upload files/jars
I am trying to execute a PySpark recipe on a remote AWS EMR Spark cluster and I am getting: Your Spark settings don't define a temporary storage for yarn-cluster modein act.compute_prepdataset1_NP: No connection defined to upload files/jars I am using this runtime configuration: I also tried adding: spark.yarn.stagingDir…