MCPcopy Create free account
hub / github.com/apache/pig / executeJavaCommand

Method executeJavaCommand

test/org/apache/pig/test/Util.java:966–968  ·  view source on GitHub ↗
(String cmd)

Source from the content-addressed store, hash-verified

964 }
965
966 public static int executeJavaCommand(String cmd) throws Exception {
967 return executeJavaCommandAndReturnInfo(cmd).exitCode;
968 }
969
970 public static class ReadStream implements Runnable {
971 InputStream is;

Callers 3

testImportListMethod · 0.95

Calls 1

Tested by

no test coverage detected