); log.info("Loaded %d bytes from [%s] to [%s]", result.size(), actualBlobPath, outDir.getAbsolutePath()); return result;
false ); LOG.info("Loaded %d bytes from [%s] to [%s]", result.size(), path, outDir.getAbsolutePath()); return result;
log.info( "Pull of file[%s] completed in %,d millis (%s bytes)", key, System.currentTimeMillis() - startTime, result.size() ); return result;
result.size(), sourceFile.getAbsolutePath(), dir.getAbsolutePath() log.info( "Unzipped %d bytes from [%s] to [%s]", result.size(), sourceFile.getAbsolutePath(), dir.getAbsolutePath() log.info( "Gunzipped %d bytes from [%s] to [%s]", result.size(), sourceFile.getAbsolutePath(), outFile.getAbsolutePath()
@Override public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(new S3DataSegmentPuller.S3Coords(bucket, key), outDir).size()); }
@Override public LoadSpecResult loadSegment(final File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(path.toFile(), outDir).size()); } }
result.size(), sourceFile.getAbsolutePath(), dir.getAbsolutePath() log.info( "Unzipped %d bytes from [%s] to [%s]", result.size(), sourceFile.getAbsolutePath(), dir.getAbsolutePath() log.info( "Gunzipped %d bytes from [%s] to [%s]", result.size(), sourceFile.getAbsolutePath(), outFile.getAbsolutePath()
false ); log.info("Loaded %d bytes from [%s] to [%s]", result.size(), path, outDir.getAbsolutePath()); return result;
Assert.assertEquals((long) (expected.length * 3), CompressionUtils.gunzip(inputStreamFactory, testFile).size());
@Override public LoadSpecResult loadSegment(File file) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(region, container, path, file).size()); } }
@Override public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(new S3DataSegmentPuller.S3Coords(bucket, key), outDir).size()); }
@Override public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(path, outDir).size()); } }
@Override public LoadSpecResult loadSegment(File file) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(containerName, blobPath, file).size()); } }
@Override public LoadSpecResult loadSegment(File file) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(bucket, path, file).size()); } }
@Override public LoadSpecResult loadSegment(final File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(path.toFile(), outDir).size()); } }
@Override public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException { return new LoadSpecResult(puller.getSegmentFiles(key, outDir).size()); } }