odps-sdk-impl/odps-mapred-local/src/main/java/com/aliyun/odps/mapred/local/MapDriver.java [167:224]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public Record createOutputKeyRecord() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public Record createOutputValueRecord() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public VolumeInfo getInputVolumeInfo() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public VolumeInfo getInputVolumeInfo(String label) throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public VolumeInfo getOutputVolumeInfo() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public VolumeInfo getOutputVolumeInfo(String label) throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public FileSystem getInputVolumeFileSystem() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public FileSystem getInputVolumeFileSystem(String label) throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public FileSystem getOutputVolumeFileSystem() throws IOException {
      // TODO Auto-generated method stub
      return null;
    }

    @Override
    public FileSystem getOutputVolumeFileSystem(String label) throws IOException {
      // TODO Auto-generated method stub
      return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



odps-sdk-impl/odps-mapred-local/src/main/java/com/aliyun/odps/mapred/local/MapDriver.java [309:366]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      @Override
      public Record createOutputKeyRecord() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public Record createOutputValueRecord() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public VolumeInfo getInputVolumeInfo() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public VolumeInfo getInputVolumeInfo(String label) throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public VolumeInfo getOutputVolumeInfo() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public VolumeInfo getOutputVolumeInfo(String label) throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public FileSystem getInputVolumeFileSystem() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public FileSystem getInputVolumeFileSystem(String label) throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public FileSystem getOutputVolumeFileSystem() throws IOException {
        // TODO Auto-generated method stub
        return null;
      }

      @Override
      public FileSystem getOutputVolumeFileSystem(String label) throws IOException {
        // TODO Auto-generated method stub
        return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



