-
writing pdf into folder with R
HI, I am trying to write a pdf into a folder in R. Below is the code I have written so far pdf(venn_diagrams,"ihcdata_visitmapping.pdf") print(p) dev.off() Thanks Operating system used: windows
-
Fixing exception "Failed to read dataset stream data"
Hi, While running a python code recipe, I'm getting Class exception error: <class 'Exception'>: Failed to read dataset stream data: b' How to rectify the same. Thanks. (Topic title edited by moderator to be more descriptive. Original title "Using Dataiku")
-
How to access DATA_DIR to add MySQL drivers
I am trying to establish a connection to a MySQL server which I understand requires that I update the drivers (according to the documentation). I have downloaded the drivers and found the related.jar file, but I cannot for the life of me figure out how to "Copy the driver’s JAR file (and its dependencies, if any) to the…
-
Can you save a MYSQL connections?
Hi I am installing Dataiku from a script, in this script I also install MYSQL. Now I want to setup a connection from Dataiku to a MYSQL server, also from the script. Can this be done? Regards, Longhow
-
GeoPoint in charts from MySQL database not recognised as GeoPoint?
Hi, I've extracted both GeoPoints from the remote IP recipe and by buiding a GeoPoint from the Lat/Long method. I save my data in a MySQL based database but whenever I try to plot these datapoints on the scatter map, the scatter map does not recognise these data fields as GeoPoint, even when enforced meaning as GeoPoint is…
-
How to create an Elasticsearch DSS using an index pattern
Due to the volume of our data, we regularly switch to writing to a new index, with a simple incremental: my_index_1, my_index_2, etc... And we have many of them. Elasticsearch API allows use of a pattern for querying, i.e. my_index_*. Dataiku is happy connecting to a specific index, But when I try this on a working Dataiku…
-
Create an index on dataset
Hi, I have created a dataset with a MySQL table as storage.I would like to create an index on that table. I tried it in the dataset/Advanced - Table creation. However, creating an index in that statement doesn't work. Does anyone know how to create an index? Regards, Matthew
-
How can I set the mapping of an ElasticSearch Dataset ?