Package org.gorpipe.gor.table
Class GorPipeUtils
java.lang.Object
org.gorpipe.gor.table.GorPipeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteGorPipeForSideEffects(String gorPipeCommand, int workers, String gorroot, String securityContext) Execute gor command for the side effects (all output will be ignored).
-
Constructor Details
-
GorPipeUtils
public GorPipeUtils()
-
-
Method Details
-
executeGorPipeForSideEffects
public static void executeGorPipeForSideEffects(String gorPipeCommand, int workers, String gorroot, String securityContext) Execute gor command for the side effects (all output will be ignored). Useful for running gor pipe commands with write. TODO: This would be better handled by a special executionEngine but until then we will just work with the CLIGorExecutionEngine.- Parameters:
gorPipeCommand-
-