Package org.apache.sysds.utils
Class InstallDependencyForIntegrationTests
java.lang.Object
org.apache.sysds.utils.InstallDependencyForIntegrationTests
This class will be used to setup dependency on Eclipse environment as well as on Jenkins server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidprintRScript(String dmlScriptFile) Prints out an R script.
-
Constructor Details
-
InstallDependencyForIntegrationTests
public InstallDependencyForIntegrationTests()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, DMLRuntimeException, InterruptedException -
printRScript
Prints out an R script.
- Parameters:
dmlScriptFile- filename of R script
-