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

Method store

src/org/apache/pig/PigServer.java:1049–1051  ·  view source on GitHub ↗

Executes a Pig Latin script up to and including indicated alias and stores the resulting records into a file. That is, if a user does: PigServer server = new PigServer(); server.registerQuery("A = load 'foo';"); server.registerQuery("B = filter A by $0 > 0;"); server.registerQuery("C = ord

(String id, String filename)

Source from the content-addressed store, hash-verified

1047 * @throws IOException
1048 */
1049 public ExecJob store(String id, String filename) throws IOException {
1050 return store(id, filename, PigStorage.class.getName() + "()"); // SFPig is the default store function
1051 }
1052
1053 /**
1054 * Executes a Pig Latin script up to and including indicated alias and stores the resulting

Calls 11

storeExMethod · 0.95
getOutputStatsMethod · 0.95
isSuccessfulMethod · 0.95
getPOStoreMethod · 0.95
getAliasMethod · 0.95
getJobGraphMethod · 0.95
setExceptionMethod · 0.95
sizeMethod · 0.65
getMethod · 0.65
getExceptionMethod · 0.65
getNameMethod · 0.45