()
| 245 | } |
| 246 | |
| 247 | public PigContext() { |
| 248 | this(ExecType.MAPREDUCE, new Properties()); |
| 249 | } |
| 250 | |
| 251 | public PigContext(Configuration conf) throws PigException { |
| 252 | this(ConfigurationUtil.toProperties(conf)); |
nothing calls this directly
no test coverage detected