The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
CLI issues
Hi!
I am using Rapidminer 5.2.008 in Windows 7 and when I try to execute on CLI the test process 03_XValidation_Numerical that I previously moved in my local repository with the its dependence (i.e. data/Polynomial) I get the following message:
Command:
[tt]C:\Program Files\Rapid-I\RapidMiner5\scripts>rapidminer //Local/03_XValidation_Numerical[/tt]
Output:
Another question is: can I pass a file to the process as input data?
I am using Rapidminer 5.2.008 in Windows 7 and when I try to execute on CLI the test process 03_XValidation_Numerical that I previously moved in my local repository with the its dependence (i.e. data/Polynomial) I get the following message:
Command:
[tt]C:\Program Files\Rapid-I\RapidMiner5\scripts>rapidminer //Local/03_XValidation_Numerical[/tt]
Output:
RAPIDMINER_HOME is not set. Trying the directory 'C:\Program Files\Rapid-I\RapidMiner5\scripts\..'..The issues are two, where can I read the output? and why do I get the java help at the end of the message?
.
Using local jre: C:\Program Files\Rapid-I\RapidMiner5\scripts\..\jre\bin\java.exe...
Starting RapidMiner from 'C:\Program Files\Rapid-I\RapidMiner5\scripts\..' using classes from 'C:\Pr
ogram Files\Rapid-I\RapidMiner5\scripts\..\lib\rapidminer.jar'...
RapidMiner version 5.2.008, Copyright (C) 2001-2012
RapidMiner comes with ABSOLUTELY NO WARRANTY; This is free software,
and you are welcome to redistribute it under certain conditions;
see license information in the file named LICENSE.
10-ott-2012 7.12.52 com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: rapidminer.home is 'C:\Program Files\Rapid-I\RapidMiner5\scripts\..'.
10-ott-2012 7.12.52 com.rapidminer.tools.ParameterService init
INFO: Reading configuration resource com/rapidminer/resources/rapidminerrc.
10-ott-2012 7.12.52 com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
10-ott-2012 7.12.52 com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: rapidminer.home is 'C:\Program Files\Rapid-I\RapidMiner5\scripts\..'.
10-ott-2012 7.12.53 com.rapidminer.parameter.ParameterTypePassword decryptPassword
WARNING: Password in XML file looks like unencrypted plain text.
10-ott-2012 7.12.55 com.rapidminer.tools.plugin.Plugin registerOperators
INFO: No operator descriptor specified for plugin Community. Trying plugin initializtation class com
.rapidminer.community.CommunityPluginInit.
10-ott-2012 7.12.55 com.rapidminer.tools.plugin.Plugin registerOperators
WARNING: No operator descriptor defined for: Community
10-ott-2012 7.12.56 com.rapidminer.tools.jdbc.JDBCProperties <init>
WARNING: Missing database driver class name for ODBC Bridge (e.g. Access)
10-ott-2012 7.12.56 com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver ca.ingres.jdbc.IngresDriver not found. Probably the driver is not installed.
10-ott-2012 7.12.56 com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver oracle.jdbc.driver.OracleDriver not found. Probably the driver is not installed.
10-ott-2012 7.12.56 com.rapidminer.tools.WrapperLoggingHandler log
INFO: No filename given for result file, using stdout for logging results!
10-ott-2012 7.12.56 com.rapidminer.Process run
INFO: Process //Local/03_XValidation_Numerical starts
10-ott-2012 7.12.58 com.rapidminer.Process run
INFO: Process //Local/03_XValidation_Numerical finished successfully after 2 s
10-ott-2012 7.12.58 com.rapidminer.RapidMinerCommandLine run
INFO: Process finished successfully
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-server to select the "server" VM
-hotspot is a synonym for the "server" VM [deprecated]
The default VM is server.
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
Another question is: can I pass a file to the process as input data?
0