RapidMiner Server INFO: No filename given for result file, using stdout for logging results!
Hi,
I didn't specify any operators in my process to store results but ran it on the server. It ran successfully but the message in the title was in the logfile. My question is, where can I access the results without using store operators? Or do I have to add them to any process run on the server?
Find more posts tagged with
Hi @thapli_64,
The results of processes you execute on RapidMiner Server are only stored if you explicitly use a "Store" Operator. It has the same behavior as RapidMiner Studio, i.e. an Repository object is created.
Unlike in Studio the Repository objects are not stored on disk but in the RapidMiner Server database.
Best regards,
Edin
@Edin_Klapic thaks for your response- I figured as much and have been doing it this way.
Hi @thapli_64,
The results of processes you execute on RapidMiner Server are only stored if you explicitly use a "Store" Operator. It has the same behavior as RapidMiner Studio, i.e. an Repository object is created.
Unlike in Studio the Repository objects are not stored on disk but in the RapidMiner Server database.
Best regards,
Edin
yes @thapli_64 any results should be stored somewhere.
Scott