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

Method setStoreLocation

src/org/apache/pig/StoreFuncInterface.java:88–88  ·  view source on GitHub ↗

Communicate to the storer the location where the data needs to be stored. The location string passed to the StoreFuncInterface here is the return value of StoreFuncInterface#relToAbsPathForStoreLocation(String, Path) This method will be called in the frontend and backend multiple tim

(String location, Job job)

Source from the content-addressed store, hash-verified

86 * @throws IOException if the location is not valid.
87 */
88 void setStoreLocation(String location, Job job) throws IOException;
89
90 /**
91 * Set the schema for data to be stored. This will be called on the

Callers 15

visitMethod · 0.95
configureStorerMethod · 0.95
getJobMethod · 0.95
setLocationMethod · 0.95
processStoresMethod · 0.95
setStoreLocationMethod · 0.65
testSucessMethod · 0.65
setStoreLocationMethod · 0.65
testSucessMethod · 0.65
setStoreLocationMethod · 0.65

Implementers 15

AvroStoragecontrib/piggybank/java/src/main/java/o
DummyStoreFunctest/org/apache/pig/TestStoreFuncWrapp
StoreFuncsrc/org/apache/pig/StoreFunc.java
StoreFuncWrappersrc/org/apache/pig/StoreFuncWrapper.ja
AbstractAccumuloStoragesrc/org/apache/pig/backend/hadoop/accu
HBaseStoragesrc/org/apache/pig/backend/hadoop/hbas
InterStoragesrc/org/apache/pig/impl/io/InterStorag
TFileStoragesrc/org/apache/pig/impl/io/TFileStorag
SequenceFileInterStoragesrc/org/apache/pig/impl/io/SequenceFil
OrcStoragesrc/org/apache/pig/builtin/OrcStorage.
PigStoragesrc/org/apache/pig/builtin/PigStorage.
AvroStoragesrc/org/apache/pig/builtin/AvroStorage

Calls

no outgoing calls

Tested by 9

testSucessMethod · 0.52
setStoreLocationMethod · 0.52
testSucessMethod · 0.52
setStoreLocationMethod · 0.52
setStoreLocationMethod · 0.52
setStoreLocationMethod · 0.52