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

Method setClientSystemProps

src/org/apache/pig/impl/util/UDFContext.java:90–92  ·  view source on GitHub ↗
(Properties properties)

Source from the content-addressed store, hash-verified

88 * internal pig use only - should NOT be called from user code
89 */
90 public void setClientSystemProps(Properties properties) {
91 clientSysProps = properties;
92 }
93
94 /**
95 * Get the System Properties (Read only) as on the client machine from where Pig

Calls

no outgoing calls