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