MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / execSync

Function execSync

dataproc/system-test/submitJob.test.js:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46});
47
48const execSync = cmd =>
49 cp.execSync(cmd, {
50 encoding: 'utf-8',
51 });
52
53describe('submit a Spark job to a Dataproc cluster', () => {
54 before(async () => {

Callers 2

submitJob.test.jsFile · 0.70
execFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected