(Properties properties)
| 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 |
no outgoing calls