public String relToAbsPathForStoreLocation()

in src/main/java/org/apache/accumulo/pig/AbstractAccumuloStorage.java [222:224]


  public String relToAbsPathForStoreLocation(String location, Path curDir) throws IOException {
    return relativeToAbsolutePath(location, curDir);
  }