Return the PigServer. @return Reference to the PigServer in ThreadLocal.
()
| 170 | * @return Reference to the PigServer in ThreadLocal. |
| 171 | */ |
| 172 | public static PigServer getPigServer() { |
| 173 | return pig.get(); |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Registers a pig scripts with its variables substituted. |
no test coverage detected