Class GorPipeUtils

java.lang.Object
org.gorpipe.gor.table.GorPipeUtils

public class GorPipeUtils extends Object
  • 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 -