new OnlyOwnersFilteringStrategy(this.context.getUsername())));
}
@Override
public void createResource(String s, Map<String, Object> stringObjectMap) throws SystemException, ResourceAlreadyExistsException, NoSuchResourceException, UnsupportedPropertyException {
PigScript script = null;
try {
script = new PigScript(stringObjectMap);
} catch (InvocationTargetException e) {
throw new SystemException("error on creating resource", e);
} catch (IllegalAccessException e) {
throw new SystemException("error on creating resource", e);
}