-
Re: Source HDFS on another cluster HDFS
Hi, DSS cannot connect to two different clusters at once. You need to copy the data from the second to the first Hadoop cluster first. Best regards1 · -
Re: How do I delete a user-defined meaning?
Hi, This is not possible at the moment. If you are sure that nothing is using your meaning, you can: * Stop DSS * Remove the file: config/meanings/yourmeaning.json * Start DSS2 · -
Re: Change Precision of Double Number
Hi, Use the "Formula" processor in data preparation, with a formula like: format("%.3f", my_column_name) DSS formula use the Java variant of format strings: https://docs.oracle.co…3 · -
Re: DSS output to build a datawarehouse
Hi, Sure you can ! DSS supports multiple connections to all data sources, and is well suited to transfering data from one system to another, while cleaning/enriching it on the fly. You might be inter…1 · -
Re: Add undefinite number of characters to strings
Hi, Use a formula. If your column is called stuff and you want 11 chars in the output, use: format("%011d", stuff) More info about the format function here: http://answers.dataiku.com/767/h…2 ·
